Html Css Color HEX #2AAA0D Kelly Green

📋 copy color: '#2AAA0D'

red 42 ◦ green 170 ◦ blue 13

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

Shades of Kelly Green #2AAA0D

Tints of Kelly Green #2AAA0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.78%

R = 18.67%
G = 75.56%
B = 5.78%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#2AAA0D (or 0x2AAA0D) is known color: Kelly Green. HEX triplet: 2A, AA and 0D. RGB value is (42,170,13). Sum of RGB (Red+Green+Blue) = 42+170+13=225 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.67% from 225); Green value is 170 (66.80% from 255 or 75.56% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAA0D is #D555F2. Grayscale: #727272. Windows color (decimal): -13981171 or 895530. OLE color: 895530.

HSL color Cylindrical-coordinate representation of color #2AAA0D: hue angle of 108.92º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2AAA0D is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 42 170 13 -
CMYK 0.75 0 0.92 0.33
HSL 108.92º 0.86% 0.36% -
HSV(B) 108.92º 0.92% 0.67% -
XYZ 15.4 29.27 5.22 -
YUV 113.83 71.09 76.77 -
System Red Green Blue C M Y K H S L
Decimal 42 170 13 0.75 0 0.92 0.33 108.92 0.86 0.36
Hex 2A AA D 4B 0 5C 21 6D 56 24
Octal 52 252 15 113 0 134 41 155 126 44
Binary 101010 10101010 1101 1001011 0 1011100 100001 1101101 1010110 100100

Color Harmonies of #2AAA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAA0D

Black with #2AAA0D

Text Example


Text Example

White with #2AAA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,170,13); }

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

background-color css

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

 a { background-color: rgb(42,170,13); }

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

border-color css

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

 span { border-color: rgb(42,170,13); }

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