#4BAC01

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

Shades of Kelly Green #4BAC01

Tints of Kelly Green #4BAC01

Color information

#4BAC01 (or 0x4BAC01) is unknown color: approx Kelly Green. HEX triplet: 4B, AC and 01. RGB value is (75,172,1). Sum of RGB (Red+Green+Blue) = 75+172+1=248 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.24% from 248); Green value is 172 (67.58% from 255 or 69.35% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 172 - color contains mainly: green. Hex color #4BAC01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4BAC01 is #B453FE. Grayscale: #7C7C7C. Windows color (decimal): -11817983 or 109643. OLE color: 109643.

HSL color Cylindrical-coordinate representation of color #4BAC01: hue angle of 94.04º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4BAC01 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB751721-
CMYK0.5600.990.33
HSL94.04º98.84%33.92%-
HSV(B)94.04º99.42%67.45%-
XYZ17.66315.08-
YUV123.558.8693.4-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.24%
GREEN value IS 172 (67.58% from 255) = 69.35%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=30.24%
G=69.35%
B=0.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal7517210.5600.990.3394.0498.8433.92
Hex4BAC138063215e6322
Octal11325417001434113614342
Binary10010111010110011110000110001110000110111101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAC01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,172,1); }

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

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

 a { background-color: rgb(75,172,1); }

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

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

 span { border-color: rgb(75,172,1); }

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