Html Css Color HEX #6CA035 Limeade

📋 copy color: '#6CA035'

red 108 ◦ green 160 ◦ blue 53

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

Shades of Limeade #6CA035

Tints of Limeade #6CA035

RGB

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

 GREEN value IS 160 (62.89% from 255) = 49.84%

 BLUE value IS 53 (21.09% from 255) = 16.51%

R = 33.64%
G = 49.84%
B = 16.51%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.67

 K value IS 0.37

RGB Variations

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

Color information

#6CA035 (or 0x6CA035) is known color: Limeade. HEX triplet: 6C, A0 and 35. RGB value is (108,160,53). Sum of RGB (Red+Green+Blue) = 108+160+53=321 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.64% from 321); Green value is 160 (62.89% from 255 or 49.84% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 160 - color contains mainly: green. Hex color #6CA035 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA035 is #935FCA. Grayscale: #848484. Windows color (decimal): -9658315 or 3514476. OLE color: 3514476.

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

Color convert

RGB 108 160 53 -
CMYK 0.32 0 0.67 0.37
HSL 89.16º 0.5% 0.42% -
HSV(B) 89.16º 0.67% 0.63% -
XYZ 19.4 28.59 7.86 -
YUV 132.25 83.27 110.7 -
System Red Green Blue C M Y K H S L
Decimal 108 160 53 0.32 0 0.67 0.37 89.16 0.5 0.42
Hex 6C A0 35 20 0 43 25 59 32 2A
Octal 154 240 65 40 0 103 45 131 62 52
Binary 1101100 10100000 110101 100000 0 1000011 100101 1011001 110010 101010

Color Harmonies of #6CA035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA035

Black with #6CA035

Text Example


Text Example

White with #6CA035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,160,53); }

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

background-color css

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

 a { background-color: rgb(108,160,53); }

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

border-color css

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

 span { border-color: rgb(108,160,53); }

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