#2AAD00

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

Shades of Kelly Green #2AAD00

Tints of Kelly Green #2AAD00

Color information

#2AAD00 (or 0x2AAD00) is unknown color: approx Kelly Green. HEX triplet: 2A, AD and 00. RGB value is (42,173,0). Sum of RGB (Red+Green+Blue) = 42+173+0=215 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.53% from 215); Green value is 173 (67.97% from 255 or 80.47% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 173 - color contains mainly: green. Hex color #2AAD00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAD00 is #D552FF. Grayscale: #727272. Windows color (decimal): -13980416 or 44330. OLE color: 44330.

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

Color convert

RGB421730-
CMYK0.76010.32
HSL105.43º100%33.92%-
HSV(B)105.43º100%67.84%-
XYZ15.930.385.03-
YUV114.1163.676.57-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.53%
GREEN value IS 173 (67.97% from 255) = 80.47%
BLUE value IS 0 (0.39% from 255) = 0%
R=19.53%
G=80.47%
B=0%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal4217300.76010.32105.4310033.92
Hex2AAD04C06420696422
Octal52255011401444015114442
Binary10101010101101010011000110010010000011010011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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