Html Css Color HEX #6CA12C Limeade

📋 copy color: '#6CA12C'

red 108 ◦ green 161 ◦ blue 44

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

Shades of Limeade #6CA12C

Tints of Limeade #6CA12C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 51.44%

 BLUE value IS 44 (17.58% from 255) = 14.06%

R = 34.5%
G = 51.44%
B = 14.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#6CA12C (or 0x6CA12C) is known color: Limeade. HEX triplet: 6C, A1 and 2C. RGB value is (108,161,44). Sum of RGB (Red+Green+Blue) = 108+161+44=313 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.50% from 313); Green value is 161 (63.28% from 255 or 51.44% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 161 - color contains mainly: green. Hex color #6CA12C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA12C is #935ED3. Grayscale: #848484. Windows color (decimal): -9658068 or 2924908. OLE color: 2924908.

HSL color Cylindrical-coordinate representation of color #6CA12C: hue angle of 87.18º degrees, saturation: 0.57, 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 #6CA12C is Cyan = 0.33, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB 108 161 44 -
CMYK 0.33 0 0.73 0.37
HSL 87.18º 0.57% 0.4% -
HSV(B) 87.18º 0.73% 0.63% -
XYZ 19.38 28.86 6.93 -
YUV 131.82 78.44 111.01 -
System Red Green Blue C M Y K H S L
Decimal 108 161 44 0.33 0 0.73 0.37 87.18 0.57 0.4
Hex 6C A1 2C 21 0 49 25 57 39 28
Octal 154 241 54 41 0 111 45 127 71 50
Binary 1101100 10100001 101100 100001 0 1001001 100101 1010111 111001 101000

Color Harmonies of #6CA12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA12C

Black with #6CA12C

Text Example


Text Example

White with #6CA12C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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