#6CA02B

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

Shades of Limeade #6CA02B

Tints of Limeade #6CA02B

Color information

#6CA02B (or 0x6CA02B) is unknown color: approx Limeade. HEX triplet: 6C, A0 and 2B. RGB value is (108,160,43). Sum of RGB (Red+Green+Blue) = 108+160+43=311 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.73% from 311); Green value is 160 (62.89% from 255 or 51.45% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 160 - color contains mainly: green. Hex color #6CA02B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA02B is #935FD4. Grayscale: #838383. Windows color (decimal): -9658325 or 2859116. OLE color: 2859116.

HSL color Cylindrical-coordinate representation of color #6CA02B: hue angle of 86.67º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6CA02B is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB10816043-
CMYK0.3200.730.37
HSL86.67º57.64%39.8%-
HSV(B)86.67º73.12%62.75%-
XYZ19.1928.56.78-
YUV131.1178.27111.51-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.73%
GREEN value IS 160 (62.89% from 255) = 51.45%
BLUE value IS 43 (17.19% from 255) = 13.83%
R=34.73%
G=51.45%
B=13.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal108160430.3200.730.3786.6757.6439.8
Hex6CA02B2004925573a28
Octal15424053400111451277250
Binary110110010100000101011100000010010011001011010111111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA02B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,160,43); }

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

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

 a { background-color: rgb(108,160,43); }

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

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

 span { border-color: rgb(108,160,43); }

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