#4ABE0D

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

Shades of Kelly Green #4ABE0D

Tints of Kelly Green #4ABE0D

Color information

#4ABE0D (or 0x4ABE0D) is unknown color: approx Kelly Green. HEX triplet: 4A, BE and 0D. RGB value is (74,190,13). Sum of RGB (Red+Green+Blue) = 74+190+13=277 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.71% from 277); Green value is 190 (74.61% from 255 or 68.59% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 190 - color contains mainly: green. Hex color #4ABE0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ABE0D is #B541F2. Grayscale: #878787. Windows color (decimal): -11878899 or 900682. OLE color: 900682.

HSL color Cylindrical-coordinate representation of color #4ABE0D: hue angle of 99.32º degrees, saturation: 0.87, 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 #4ABE0D is Cyan = 0.61, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB7419013-
CMYK0.6100.930.25
HSL99.32º87.19%39.8%-
HSV(B)99.32º93.16%74.51%-
XYZ21.3138.316.65-
YUV135.1459.0784.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.71%
GREEN value IS 190 (74.61% from 255) = 68.59%
BLUE value IS 13 (5.47% from 255) = 4.69%
R=26.71%
G=68.59%
B=4.69%

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
Decimal74190130.6100.930.2599.3287.1939.8
Hex4ABED3D05D19635728
Octal112276157501353114312750
Binary1001010101111101101111101010111011100111000111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABE0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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