#4AAD01

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

Shades of Kelly Green #4AAD01

Tints of Kelly Green #4AAD01

Color information

#4AAD01 (or 0x4AAD01) is unknown color: approx Kelly Green. HEX triplet: 4A, AD and 01. RGB value is (74,173,1). Sum of RGB (Red+Green+Blue) = 74+173+1=248 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.84% from 248); Green value is 173 (67.97% from 255 or 69.76% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 173 - color contains mainly: green. Hex color #4AAD01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AAD01 is #B552FE. Grayscale: #7C7C7C. Windows color (decimal): -11883263 or 109898. OLE color: 109898.

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

Color convert

RGB741731-
CMYK0.5700.990.32
HSL94.53º98.85%34.12%-
HSV(B)94.53º99.42%67.84%-
XYZ17.7731.355.14-
YUV123.7958.792.49-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.84%
GREEN value IS 173 (67.97% from 255) = 69.76%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=29.84%
G=69.76%
B=0.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal7417310.5700.990.3294.5398.8534.12
Hex4AAD139063205f6322
Octal11225517101434013714342
Binary10010101010110111110010110001110000010111111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAD01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AAD01; }

 p { color: rgb(74,173,1); }

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

<style>
 a { background-color: #4AAD01; }

 a { background-color: rgb(74,173,1); }

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

<style>
 span { border-color: #4AAD01; }

 span { border-color: rgb(74,173,1); }

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