Html Css Color HEX #2AAE09 Kelly Green

📋 copy color: '#2AAE09'

red 42 ◦ green 174 ◦ blue 9

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

Shades of Kelly Green #2AAE09

Tints of Kelly Green #2AAE09

RGB

 RED value IS 42 (16.8% from 255) = 18.67%

 GREEN value IS 174 (68.36% from 255) = 77.33%

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

R = 18.67%
G = 77.33%
B = 4%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#2AAE09 (or 0x2AAE09) is known color: Kelly Green. HEX triplet: 2A, AE and 09. RGB value is (42,174,9). Sum of RGB (Red+Green+Blue) = 42+174+9=225 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.67% from 225); Green value is 174 (68.36% from 255 or 77.33% from 225); Blue value is 9 (3.91% from 255 or 4% from 225); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAE09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAE09 is #D551F6. Grayscale: #747474. Windows color (decimal): -13980151 or 634410. OLE color: 634410.

HSL color Cylindrical-coordinate representation of color #2AAE09: hue angle of 108º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2AAE09 is Cyan = 0.76, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB 42 174 9 -
CMYK 0.76 0 0.95 0.32
HSL 108º 0.9% 0.36% -
HSV(B) 108º 0.95% 0.68% -
XYZ 16.14 30.78 5.35 -
YUV 115.72 67.77 75.42 -
System Red Green Blue C M Y K H S L
Decimal 42 174 9 0.76 0 0.95 0.32 108 0.9 0.36
Hex 2A AE 9 4C 0 5F 20 6C 5A 24
Octal 52 256 11 114 0 137 40 154 132 44
Binary 101010 10101110 1001 1001100 0 1011111 100000 1101100 1011010 100100

Color Harmonies of #2AAE09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAE09

Black with #2AAE09

Text Example


Text Example

White with #2AAE09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,174,9); }

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

background-color css

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

 a { background-color: rgb(42,174,9); }

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

border-color css

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

 span { border-color: rgb(42,174,9); }

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