#4BAA16

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

Shades of Kelly Green #4BAA16

Tints of Kelly Green #4BAA16

Color information

#4BAA16 (or 0x4BAA16) is unknown color: approx Kelly Green. HEX triplet: 4B, AA and 16. RGB value is (75,170,22). Sum of RGB (Red+Green+Blue) = 75+170+22=267 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.09% from 267); Green value is 170 (66.80% from 255 or 63.67% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 170 - color contains mainly: green. Hex color #4BAA16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4BAA16 is #B455E9. Grayscale: #7D7D7D. Windows color (decimal): -11818474 or 1485387. OLE color: 1485387.

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

Color convert

RGB7517022-
CMYK0.5600.870.33
HSL98.51º77.08%37.65%-
HSV(B)98.51º87.06%66.67%-
XYZ17.4230.35.69-
YUV124.7270.0392.53-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.09%
GREEN value IS 170 (66.80% from 255) = 63.67%
BLUE value IS 22 (8.98% from 255) = 8.24%
R=28.09%
G=63.67%
B=8.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal75170220.5600.870.3398.5177.0837.65
Hex4BAA163805721634d26
Octal113252267001274114311546
Binary100101110101010101101110000101011110000111000111001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAA16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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