#3ABB16

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

Shades of Kelly Green #3ABB16

Tints of Kelly Green #3ABB16

Color information

#3ABB16 (or 0x3ABB16) is unknown color: approx Kelly Green. HEX triplet: 3A, BB and 16. RGB value is (58,187,22). Sum of RGB (Red+Green+Blue) = 58+187+22=267 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.72% from 267); Green value is 187 (73.44% from 255 or 70.04% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 187 - color contains mainly: green. Hex color #3ABB16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ABB16 is #C544E9. Grayscale: #828282. Windows color (decimal): -12928234 or 1489722. OLE color: 1489722.

HSL color Cylindrical-coordinate representation of color #3ABB16: hue angle of 106.91º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3ABB16 is Cyan = 0.69, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB5818722-
CMYK0.6900.880.27
HSL106.91º78.95%40.98%-
HSV(B)106.91º88.24%73.33%-
XYZ19.6636.56.77-
YUV129.6267.2676.92-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.72%
GREEN value IS 187 (73.44% from 255) = 70.04%
BLUE value IS 22 (8.98% from 255) = 8.24%
R=21.72%
G=70.04%
B=8.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal58187220.6900.880.27106.9178.9540.98
Hex3ABB16450581B6b4f29
Octal722732610501303315311751
Binary11101010111011101101000101010110001101111010111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABB16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3ABB16; }

 p { color: rgb(58,187,22); }

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

<style>
 a { background-color: #3ABB16; }

 a { background-color: rgb(58,187,22); }

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

<style>
 span { border-color: #3ABB16; }

 span { border-color: rgb(58,187,22); }

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