#4BAC1A

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

Shades of Kelly Green #4BAC1A

Tints of Kelly Green #4BAC1A

Color information

#4BAC1A (or 0x4BAC1A) is unknown color: approx Kelly Green. HEX triplet: 4B, AC and 1A. RGB value is (75,172,26). Sum of RGB (Red+Green+Blue) = 75+172+26=273 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.47% from 273); Green value is 172 (67.58% from 255 or 63.00% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 172 - color contains mainly: green. Hex color #4BAC1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BAC1A is #B453E5. Grayscale: #7E7E7E. Windows color (decimal): -11817958 or 1748043. OLE color: 1748043.

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

Color convert

RGB7517226-
CMYK0.5600.850.33
HSL99.86º73.74%38.82%-
HSV(B)99.86º84.88%67.45%-
XYZ17.8431.086.04-
YUV126.3571.3691.37-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.47%
GREEN value IS 172 (67.58% from 255) = 63.00%
BLUE value IS 26 (10.55% from 255) = 9.52%
R=27.47%
G=63.00%
B=9.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal75172260.5600.850.3399.8673.7438.82
Hex4BAC1A3805521644a27
Octal113254327001254114411247
Binary100101110101100110101110000101010110000111001001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAC1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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