#4A9D0D

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

Shades of Kelly Green #4A9D0D

Tints of Kelly Green #4A9D0D

Color information

#4A9D0D (or 0x4A9D0D) is unknown color: approx Kelly Green. HEX triplet: 4A, 9D and 0D. RGB value is (74,157,13). Sum of RGB (Red+Green+Blue) = 74+157+13=244 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.33% from 244); Green value is 157 (61.72% from 255 or 64.34% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 157 - color contains mainly: green. Hex color #4A9D0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A9D0D is #B562F2. Grayscale: #747474. Windows color (decimal): -11887347 or 892234. OLE color: 892234.

HSL color Cylindrical-coordinate representation of color #4A9D0D: hue angle of 94.58º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4A9D0D is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB7415713-
CMYK0.5300.920.38
HSL94.58º84.71%33.33%-
HSV(B)94.58º91.72%61.57%-
XYZ14.9525.64.53-
YUV115.777098.21-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.33%
GREEN value IS 157 (61.72% from 255) = 64.34%
BLUE value IS 13 (5.47% from 255) = 5.33%
R=30.33%
G=64.34%
B=5.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal74157130.5300.920.3894.5884.7133.33
Hex4A9DD3505C265f5521
Octal112235156501344613712541
Binary10010101001110111011101010101110010011010111111010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,157,13); }

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

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

 a { background-color: rgb(74,157,13); }

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

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

 span { border-color: rgb(74,157,13); }

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