Html Css Color HEX #6CA134 Limeade

📋 copy color: '#6CA134'

red 108 ◦ green 161 ◦ blue 52

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

Shades of Limeade #6CA134

Tints of Limeade #6CA134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.2%

R = 33.64%
G = 50.16%
B = 16.2%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#6CA134 (or 0x6CA134) is known color: Limeade. HEX triplet: 6C, A1 and 34. RGB value is (108,161,52). Sum of RGB (Red+Green+Blue) = 108+161+52=321 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.64% from 321); Green value is 161 (63.28% from 255 or 50.16% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 161 - color contains mainly: green. Hex color #6CA134 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA134 is #935ECB. Grayscale: #858585. Windows color (decimal): -9658060 or 3449196. OLE color: 3449196.

HSL color Cylindrical-coordinate representation of color #6CA134: hue angle of 89.17º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6CA134 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB 108 161 52 -
CMYK 0.33 0 0.68 0.37
HSL 89.17º 0.51% 0.42% -
HSV(B) 89.17º 0.68% 0.63% -
XYZ 19.55 28.93 7.8 -
YUV 132.73 82.44 110.36 -
System Red Green Blue C M Y K H S L
Decimal 108 161 52 0.33 0 0.68 0.37 89.17 0.51 0.42
Hex 6C A1 34 21 0 44 25 59 33 2A
Octal 154 241 64 41 0 104 45 131 63 52
Binary 1101100 10100001 110100 100001 0 1000100 100101 1011001 110011 101010

Color Harmonies of #6CA134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA134

Black with #6CA134

Text Example


Text Example

White with #6CA134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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