Html Css Color HEX #2AAF16 Kelly Green

📋 copy color: '#2AAF16'

red 42 ◦ green 175 ◦ blue 22

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

Shades of Kelly Green #2AAF16

Tints of Kelly Green #2AAF16

RGB

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

 GREEN value IS 175 (68.75% from 255) = 73.22%

 BLUE value IS 22 (8.98% from 255) = 9.21%

R = 17.57%
G = 73.22%
B = 9.21%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#2AAF16 (or 0x2AAF16) is known color: Kelly Green. HEX triplet: 2A, AF and 16. RGB value is (42,175,22). Sum of RGB (Red+Green+Blue) = 42+175+22=239 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.57% from 239); Green value is 175 (68.75% from 255 or 73.22% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 175 - color contains mainly: green. Hex color #2AAF16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAF16 is #D550E9. Grayscale: #767676. Windows color (decimal): -13979882 or 1486634. OLE color: 1486634.

HSL color Cylindrical-coordinate representation of color #2AAF16: hue angle of 112.16º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2AAF16 is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 42 175 22 -
CMYK 0.76 0 0.87 0.31
HSL 112.16º 0.78% 0.39% -
HSV(B) 112.16º 0.87% 0.69% -
XYZ 16.43 31.21 5.92 -
YUV 117.79 73.94 73.94 -
System Red Green Blue C M Y K H S L
Decimal 42 175 22 0.76 0 0.87 0.31 112.16 0.78 0.39
Hex 2A AF 16 4C 0 57 1F 70 4E 27
Octal 52 257 26 114 0 127 37 160 116 47
Binary 101010 10101111 10110 1001100 0 1010111 11111 1110000 1001110 100111

Color Harmonies of #2AAF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAF16

Black with #2AAF16

Text Example


Text Example

White with #2AAF16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,175,22); }

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

background-color css

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

 a { background-color: rgb(42,175,22); }

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

border-color css

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

 span { border-color: rgb(42,175,22); }

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