#6C9E2C

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

Shades of Limeade #6C9E2C

Tints of Limeade #6C9E2C

Color information

#6C9E2C (or 0x6C9E2C) is unknown color: approx Limeade. HEX triplet: 6C, 9E and 2C. RGB value is (108,158,44). Sum of RGB (Red+Green+Blue) = 108+158+44=310 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.84% from 310); Green value is 158 (62.11% from 255 or 50.97% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 158 - color contains mainly: green. Hex color #6C9E2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C9E2C is #9361D3. Grayscale: #828282. Windows color (decimal): -9658836 or 2924140. OLE color: 2924140.

HSL color Cylindrical-coordinate representation of color #6C9E2C: hue angle of 86.32º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6C9E2C is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB10815844-
CMYK0.3200.720.38
HSL86.32º56.44%39.61%-
HSV(B)86.32º72.15%61.96%-
XYZ18.8727.826.76-
YUV130.0579.44112.27-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.84%
GREEN value IS 158 (62.11% from 255) = 50.97%
BLUE value IS 44 (17.58% from 255) = 14.19%
R=34.84%
G=50.97%
B=14.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal108158440.3200.720.3886.3256.4439.61
Hex6C9E2C2004826563828
Octal15423654400110461267050
Binary110110010011110101100100000010010001001101010110111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,158,44); }

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

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

 a { background-color: rgb(108,158,44); }

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

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

 span { border-color: rgb(108,158,44); }

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