Html Css Color HEX #2AAD13 Kelly Green

📋 copy color: '#2AAD13'

red 42 ◦ green 173 ◦ blue 19

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

Shades of Kelly Green #2AAD13

Tints of Kelly Green #2AAD13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.12%

R = 17.95%
G = 73.93%
B = 8.12%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#2AAD13 (or 0x2AAD13) is known color: Kelly Green. HEX triplet: 2A, AD and 13. RGB value is (42,173,19). Sum of RGB (Red+Green+Blue) = 42+173+19=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 173 (67.97% from 255 or 73.93% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 173 - color contains mainly: green. Hex color #2AAD13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAD13 is #D552EC. Grayscale: #747474. Windows color (decimal): -13980397 or 1289514. OLE color: 1289514.

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

Color convert

RGB 42 173 19 -
CMYK 0.76 0 0.89 0.32
HSL 111.04º 0.8% 0.38% -
HSV(B) 111.04º 0.89% 0.68% -
XYZ 16.02 30.43 5.64 -
YUV 116.28 73.1 75.02 -
System Red Green Blue C M Y K H S L
Decimal 42 173 19 0.76 0 0.89 0.32 111.04 0.8 0.38
Hex 2A AD 13 4C 0 59 20 6F 50 26
Octal 52 255 23 114 0 131 40 157 120 46
Binary 101010 10101101 10011 1001100 0 1011001 100000 1101111 1010000 100110

Color Harmonies of #2AAD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAD13

Black with #2AAD13

Text Example


Text Example

White with #2AAD13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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