#2AAE07

Color #2AAE07 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #2AAE07

Tints of Kelly Green #2AAE07

Color information

#2AAE07 (or 0x2AAE07) is unknown color: approx Kelly Green. HEX triplet: 2A, AE and 07. RGB value is (42,174,7). Sum of RGB (Red+Green+Blue) = 42+174+7=223 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.83% from 223); Green value is 174 (68.36% from 255 or 78.03% from 223); Blue value is 7 (3.12% from 255 or 3.14% from 223); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAE07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAE07 is #D551F8. Grayscale: #747474. Windows color (decimal): -13980153 or 503338. OLE color: 503338.

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

Color convert

RGB421747-
CMYK0.7600.960.32
HSL107.43º92.27%35.49%-
HSV(B)107.43º95.98%68.24%-
XYZ16.1330.785.29-
YUV115.4966.7775.58-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.83%
GREEN value IS 174 (68.36% from 255) = 78.03%
BLUE value IS 7 (3.12% from 255) = 3.14%
R=18.83%
G=78.03%
B=3.14%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal4217470.7600.960.32107.4392.2735.49
Hex2AAE74C060206b5c23
Octal52256711401404015313443
Binary1010101010111011110011000110000010000011010111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAE07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2AAE07;
 }
 .AnyTagClassName
 {
   color: #2AAE07;
 }
</style>
background-color css

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

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

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

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

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

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