#2AAE03

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

Shades of Kelly Green #2AAE03

Tints of Kelly Green #2AAE03

Color information

#2AAE03 (or 0x2AAE03) is unknown color: approx Kelly Green. HEX triplet: 2A, AE and 03. RGB value is (42,174,3). Sum of RGB (Red+Green+Blue) = 42+174+3=219 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.18% from 219); Green value is 174 (68.36% from 255 or 79.45% from 219); Blue value is 3 (1.56% from 255 or 1.37% from 219); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAE03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAE03 is #D551FC. Grayscale: #737373. Windows color (decimal): -13980157 or 241194. OLE color: 241194.

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

Color convert

RGB421743-
CMYK0.7600.980.32
HSL106.32º96.61%34.71%-
HSV(B)106.32º98.28%68.24%-
XYZ16.1130.775.18-
YUV115.0464.7775.9-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.18%
GREEN value IS 174 (68.36% from 255) = 79.45%
BLUE value IS 3 (1.56% from 255) = 1.37%
R=19.18%
G=79.45%
B=1.37%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal4217430.7600.980.32106.3296.6134.71
Hex2AAE34C062206a6123
Octal52256311401424015214143
Binary101010101011101110011000110001010000011010101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAE03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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