Html Css Color HEX #2CAA09 Kelly Green

📋 copy color: '#2CAA09'

red 44 ◦ green 170 ◦ blue 9

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

Shades of Kelly Green #2CAA09

Tints of Kelly Green #2CAA09

RGB

 RED value IS 44 (17.58% from 255) = 19.73%

 GREEN value IS 170 (66.8% from 255) = 76.23%

 BLUE value IS 9 (3.91% from 255) = 4.04%

R = 19.73%
G = 76.23%
B = 4.04%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#2CAA09 (or 0x2CAA09) is known color: Kelly Green. HEX triplet: 2C, AA and 09. RGB value is (44,170,9). Sum of RGB (Red+Green+Blue) = 44+170+9=223 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.73% from 223); Green value is 170 (66.80% from 255 or 76.23% from 223); Blue value is 9 (3.91% from 255 or 4.04% from 223); Max value from RGB is 170 - color contains mainly: green. Hex color #2CAA09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CAA09 is #D355F6. Grayscale: #727272. Windows color (decimal): -13850103 or 633388. OLE color: 633388.

HSL color Cylindrical-coordinate representation of color #2CAA09: hue angle of 106.96º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2CAA09 is Cyan = 0.74, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 44 170 9 -
CMYK 0.74 0 0.95 0.33
HSL 106.96º 0.9% 0.35% -
HSV(B) 106.96º 0.95% 0.67% -
XYZ 15.46 29.3 5.1 -
YUV 113.97 68.76 78.09 -
System Red Green Blue C M Y K H S L
Decimal 44 170 9 0.74 0 0.95 0.33 106.96 0.9 0.35
Hex 2C AA 9 4A 0 5F 21 6B 5A 23
Octal 54 252 11 112 0 137 41 153 132 43
Binary 101100 10101010 1001 1001010 0 1011111 100001 1101011 1011010 100011

Color Harmonies of #2CAA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CAA09

Black with #2CAA09

Text Example


Text Example

White with #2CAA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2CAA09; }

 p { color: rgb(44,170,9); }

 H1.HeaderClassName
 {
   color: #2CAA09;
 }
 .AnyTagClassName
 {
   color: #2CAA09;
 }
</style>

background-color css

<style>
 a { background-color: #2CAA09; }

 a { background-color: rgb(44,170,9); }

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

border-color css

<style>
 span { border-color: #2CAA09; }

 span { border-color: rgb(44,170,9); }

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