Html Css Color HEX #2AAD0D Kelly Green

📋 copy color: '#2AAD0D'

red 42 ◦ green 173 ◦ blue 13

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

Shades of Kelly Green #2AAD0D

Tints of Kelly Green #2AAD0D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 75.88%

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

R = 18.42%
G = 75.88%
B = 5.7%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#2AAD0D (or 0x2AAD0D) is known color: Kelly Green. HEX triplet: 2A, AD and 0D. RGB value is (42,173,13). Sum of RGB (Red+Green+Blue) = 42+173+13=228 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.42% from 228); Green value is 173 (67.97% from 255 or 75.88% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 173 - color contains mainly: green. Hex color #2AAD0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAD0D is #D552F2. Grayscale: #747474. Windows color (decimal): -13980403 or 896298. OLE color: 896298.

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

Color convert

RGB 42 173 13 -
CMYK 0.76 0 0.92 0.32
HSL 109.13º 0.86% 0.36% -
HSV(B) 109.13º 0.92% 0.68% -
XYZ 15.97 30.41 5.41 -
YUV 115.59 70.1 75.51 -
System Red Green Blue C M Y K H S L
Decimal 42 173 13 0.76 0 0.92 0.32 109.13 0.86 0.36
Hex 2A AD D 4C 0 5C 20 6D 56 24
Octal 52 255 15 114 0 134 40 155 126 44
Binary 101010 10101101 1101 1001100 0 1011100 100000 1101101 1010110 100100

Color Harmonies of #2AAD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAD0D

Black with #2AAD0D

Text Example


Text Example

White with #2AAD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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