#4ABA00

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

Shades of Kelly Green #4ABA00

Tints of Kelly Green #4ABA00

Color information

#4ABA00 (or 0x4ABA00) is unknown color: approx Kelly Green. HEX triplet: 4A, BA and 00. RGB value is (74,186,0). Sum of RGB (Red+Green+Blue) = 74+186+0=260 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.46% from 260); Green value is 186 (73.05% from 255 or 71.54% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 186 - color contains mainly: green. Hex color #4ABA00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ABA00 is #B545FF. Grayscale: #838383. Windows color (decimal): -11879936 or 47690. OLE color: 47690.

HSL color Cylindrical-coordinate representation of color #4ABA00: hue angle of 96.13º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4ABA00 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB741860-
CMYK0.60010.27
HSL96.13º100%36.47%-
HSV(B)96.13º100%72.94%-
XYZ20.3836.575.99-
YUV131.3153.8987.12-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.46%
GREEN value IS 186 (73.05% from 255) = 71.54%
BLUE value IS 0 (0.39% from 255) = 0%
R=28.46%
G=71.54%
B=0%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal7418600.60010.2796.1310036.47
Hex4ABA03C0641B606424
Octal11227207401443314014444
Binary1001010101110100111100011001001101111000001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,186,0); }

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

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

 a { background-color: rgb(74,186,0); }

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

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

 span { border-color: rgb(74,186,0); }

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