#4BAA1C

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

Shades of Kelly Green #4BAA1C

Tints of Kelly Green #4BAA1C

Color information

#4BAA1C (or 0x4BAA1C) is unknown color: approx Kelly Green. HEX triplet: 4B, AA and 1C. RGB value is (75,170,28). Sum of RGB (Red+Green+Blue) = 75+170+28=273 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.47% from 273); Green value is 170 (66.80% from 255 or 62.27% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 170 - color contains mainly: green. Hex color #4BAA1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BAA1C is #B455E3. Grayscale: #7D7D7D. Windows color (decimal): -11818468 or 1878603. OLE color: 1878603.

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

Color convert

RGB7517028-
CMYK0.5600.840.33
HSL100.14º71.72%38.82%-
HSV(B)100.14º83.53%66.67%-
XYZ17.4930.336.03-
YUV125.4173.0392.05-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.47%
GREEN value IS 170 (66.80% from 255) = 62.27%
BLUE value IS 28 (11.33% from 255) = 10.26%
R=27.47%
G=62.27%
B=10.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal75170280.5600.840.33100.1471.7238.82
Hex4BAA1C3805421644827
Octal113252347001244114411047
Binary100101110101010111001110000101010010000111001001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAA1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,170,28); }

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

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

 a { background-color: rgb(75,170,28); }

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

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

 span { border-color: rgb(75,170,28); }

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