Html Css Color HEX #2AA700 Kelly Green

📋 copy color: '#2AA700'

red 42 ◦ green 167 ◦ blue 0

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

Shades of Kelly Green #2AA700

Tints of Kelly Green #2AA700

RGB

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

 GREEN value IS 167 (65.63% from 255) = 79.9%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 20.1%
G = 79.9%
B = 0%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#2AA700 (or 0x2AA700) is known color: Kelly Green. HEX triplet: 2A, A7 and 00. RGB value is (42,167,0). Sum of RGB (Red+Green+Blue) = 42+167+0=209 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.10% from 209); Green value is 167 (65.62% from 255 or 79.90% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 167 - color contains mainly: green. Hex color #2AA700 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA700 is #D558FF. Grayscale: #6F6F6F. Windows color (decimal): -13981952 or 42794. OLE color: 42794.

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

Color convert

RGB 42 167 0 -
CMYK 0.75 0 1 0.35
HSL 104.91º 1% 0.33% -
HSV(B) 104.91º 1% 0.65% -
XYZ 14.77 28.13 4.65 -
YUV 110.59 65.59 79.08 -
System Red Green Blue C M Y K H S L
Decimal 42 167 0 0.75 0 1 0.35 104.91 1 0.33
Hex 2A A7 0 4B 0 64 23 69 64 21
Octal 52 247 0 113 0 144 43 151 144 41
Binary 101010 10100111 0 1001011 0 1100100 100011 1101001 1100100 100001

Color Harmonies of #2AA700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AA700

Black with #2AA700

Text Example


Text Example

White with #2AA700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,167,0); }

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

background-color css

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

 a { background-color: rgb(42,167,0); }

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

border-color css

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

 span { border-color: rgb(42,167,0); }

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