Html Css Color HEX #6C9940 Limeade

📋 copy color: '#6C9940'

red 108 ◦ green 153 ◦ blue 64

#6C9940
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #6C9940

Tints of Limeade #6C9940

RGB

 RED value IS 108 (42.58% from 255) = 33.23%

 GREEN value IS 153 (60.16% from 255) = 47.08%

 BLUE value IS 64 (25.39% from 255) = 19.69%

R = 33.23%
G = 47.08%
B = 19.69%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#6C9940 (or 0x6C9940) is known color: Limeade. HEX triplet: 6C, 99 and 40. RGB value is (108,153,64). Sum of RGB (Red+Green+Blue) = 108+153+64=325 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.23% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #6C9940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C9940 is #9366BF. Grayscale: #818181. Windows color (decimal): -9660096 or 4233580. OLE color: 4233580.

HSL color Cylindrical-coordinate representation of color #6C9940: hue angle of 90.34º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C9940 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB 108 153 64 -
CMYK 0.29 0 0.58 0.4
HSL 90.34º 0.41% 0.43% -
HSV(B) 90.34º 0.58% 0.6% -
XYZ 18.5 26.34 8.96 -
YUV 129.4 91.09 112.74 -
System Red Green Blue C M Y K H S L
Decimal 108 153 64 0.29 0 0.58 0.4 90.34 0.41 0.43
Hex 6C 99 40 1D 0 3A 28 5A 29 2B
Octal 154 231 100 35 0 72 50 132 51 53
Binary 1101100 10011001 1000000 11101 0 111010 101000 1011010 101001 101011

Color Harmonies of #6C9940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9940

Black with #6C9940

Text Example


Text Example

White with #6C9940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,153,64); }

 H1.HeaderClassName
 {
   color: #6C9940;
 }
 .AnyTagClassName
 {
   color: #6C9940;
 }
</style>

background-color css

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

 a { background-color: rgb(108,153,64); }

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

border-color css

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

 span { border-color: rgb(108,153,64); }

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