#6CA234

Color #6CA234 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #6CA234

Tints of Limeade #6CA234

Color information

#6CA234 (or 0x6CA234) is unknown color: approx Limeade. HEX triplet: 6C, A2 and 34. RGB value is (108,162,52). Sum of RGB (Red+Green+Blue) = 108+162+52=322 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.54% from 322); Green value is 162 (63.67% from 255 or 50.31% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 162 - color contains mainly: green. Hex color #6CA234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA234 is #935DCB. Grayscale: #858585. Windows color (decimal): -9657804 or 3449452. OLE color: 3449452.

HSL color Cylindrical-coordinate representation of color #6CA234: hue angle of 89.45º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6CA234 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB10816252-
CMYK0.3300.680.36
HSL89.45º51.4%41.96%-
HSV(B)89.45º67.9%63.53%-
XYZ19.7229.287.86-
YUV133.3182.11109.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 33.54%
GREEN value IS 162 (63.67% from 255) = 50.31%
BLUE value IS 52 (20.70% from 255) = 16.15%
R=33.54%
G=50.31%
B=16.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal108162520.3300.680.3689.4551.441.96
Hex6CA234210442459332a
Octal15424264410104441316352
Binary110110010100010110100100001010001001001001011001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CA234; }

 p { color: rgb(108,162,52); }

 H1.HeaderClassName
 {
   color: #6CA234;
 }
 .AnyTagClassName
 {
   color: #6CA234;
 }
</style>
background-color css

<style>
 a { background-color: #6CA234; }

 a { background-color: rgb(108,162,52); }

 div.DivClassName
 {
   background-color: #6CA234;
 }
 .BgClassName
 {
   background-color: #6CA234;
 }
</style>
border-color css

<style>
 span { border-color: #6CA234; }

 span { border-color: rgb(108,162,52); }

 td.TdClassName
 {
   border-color: #6CA234;
 }
 .TagClassName
 {
   border-color: #6CA234;
 }
</style>