#6c9c28

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

Shades of Limeade #6C9C28

Tints of Limeade #6C9C28

Color information

#6C9C28 (or 0x6C9C28) is unknown color: approx Limeade. HEX triplet: 6C, 9C and 28. RGB value is (108,156,40). Sum of RGB (Red+Green+Blue) = 108+156+40=304 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.53% from 304); Green value is 156 (61.33% from 255 or 51.32% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 156 - color contains mainly: green. Hex color #6C9C28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C9C28 is #9363D7. Grayscale: #808080. Windows color (decimal): -9659352 or 2661484. OLE color: 2661484.

HSL color Cylindrical-coordinate representation of color #6C9C28: hue angle of 84.83º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6C9C28 is Cyan = 0.31, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.39.

Color convert

RGB10815640-
CMYK0.3100.740.39
HSL84.83º59.18%38.43%-
HSV(B)84.83º74.36%61.18%-
XYZ18.4627.126.27-
YUV128.4278.1113.43-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.53%
GREEN value IS 156 (61.33% from 255) = 51.32%
BLUE value IS 40 (16.02% from 255) = 13.16%
R=35.53%
G=51.32%
B=13.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal108156400.3100.740.3984.8359.1838.43
Hex6C9C281F04A27553b26
Octal15423450370112471257346
Binary11011001001110010100011111010010101001111010101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c9c28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,156,40); }

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

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

 a { background-color: rgb(108,156,40); }

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

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

 span { border-color: rgb(108,156,40); }

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