Html Css Color HEX #2AAB07 Kelly Green

📋 copy color: '#2AAB07'

red 42 ◦ green 171 ◦ blue 7

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

Shades of Kelly Green #2AAB07

Tints of Kelly Green #2AAB07

RGB

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

 GREEN value IS 171 (67.19% from 255) = 77.73%

 BLUE value IS 7 (3.13% from 255) = 3.18%

R = 19.09%
G = 77.73%
B = 3.18%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#2AAB07 (or 0x2AAB07) is known color: Kelly Green. HEX triplet: 2A, AB and 07. RGB value is (42,171,7). Sum of RGB (Red+Green+Blue) = 42+171+7=220 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.09% from 220); Green value is 171 (67.19% from 255 or 77.73% from 220); Blue value is 7 (3.12% from 255 or 3.18% from 220); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAB07 is #D554F8. Grayscale: #727272. Windows color (decimal): -13980921 or 502570. OLE color: 502570.

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

Color convert

RGB 42 171 7 -
CMYK 0.75 0 0.96 0.33
HSL 107.2º 0.92% 0.35% -
HSV(B) 107.2º 0.96% 0.67% -
XYZ 15.56 29.63 5.1 -
YUV 113.73 67.76 76.84 -
System Red Green Blue C M Y K H S L
Decimal 42 171 7 0.75 0 0.96 0.33 107.2 0.92 0.35
Hex 2A AB 7 4B 0 60 21 6B 5C 23
Octal 52 253 7 113 0 140 41 153 134 43
Binary 101010 10101011 111 1001011 0 1100000 100001 1101011 1011100 100011

Color Harmonies of #2AAB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAB07

Black with #2AAB07

Text Example


Text Example

White with #2AAB07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,171,7); }

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

background-color css

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

 a { background-color: rgb(42,171,7); }

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

border-color css

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

 span { border-color: rgb(42,171,7); }

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