#4AAB0E

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

Shades of Kelly Green #4AAB0E

Tints of Kelly Green #4AAB0E

Color information

#4AAB0E (or 0x4AAB0E) is unknown color: approx Kelly Green. HEX triplet: 4A, AB and 0E. RGB value is (74,171,14). Sum of RGB (Red+Green+Blue) = 74+171+14=259 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.57% from 259); Green value is 171 (67.19% from 255 or 66.02% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 171 - color contains mainly: green. Hex color #4AAB0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AAB0E is #B554F1. Grayscale: #7C7C7C. Windows color (decimal): -11883762 or 961354. OLE color: 961354.

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

Color convert

RGB7417114-
CMYK0.5700.920.33
HSL97.07º84.86%36.27%-
HSV(B)97.07º91.81%67.06%-
XYZ17.4730.615.4-
YUV124.165.8692.27-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.57%
GREEN value IS 171 (67.19% from 255) = 66.02%
BLUE value IS 14 (5.86% from 255) = 5.41%
R=28.57%
G=66.02%
B=5.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal74171140.5700.920.3397.0784.8636.27
Hex4AABE3905C21615524
Octal112253167101344114112544
Binary10010101010101111101110010101110010000111000011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAB0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,171,14); }

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

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

 a { background-color: rgb(74,171,14); }

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

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

 span { border-color: rgb(74,171,14); }

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