#4ABE0E

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

Shades of Kelly Green #4ABE0E

Tints of Kelly Green #4ABE0E

Color information

#4ABE0E (or 0x4ABE0E) is unknown color: approx Kelly Green. HEX triplet: 4A, BE and 0E. RGB value is (74,190,14). Sum of RGB (Red+Green+Blue) = 74+190+14=278 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.62% from 278); Green value is 190 (74.61% from 255 or 68.35% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 190 - color contains mainly: green. Hex color #4ABE0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ABE0E is #B541F1. Grayscale: #878787. Windows color (decimal): -11878898 or 966218. OLE color: 966218.

HSL color Cylindrical-coordinate representation of color #4ABE0E: hue angle of 99.55º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4ABE0E is Cyan = 0.61, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB7419014-
CMYK0.6100.930.25
HSL99.55º86.27%40%-
HSV(B)99.55º92.63%74.51%-
XYZ21.3238.316.69-
YUV135.2559.5784.31-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.62%
GREEN value IS 190 (74.61% from 255) = 68.35%
BLUE value IS 14 (5.86% from 255) = 5.04%
R=26.62%
G=68.35%
B=5.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal74190140.6100.930.2599.5586.2740
Hex4ABEE3D05D19645628
Octal112276167501353114412650
Binary1001010101111101110111101010111011100111001001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABE0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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