#3AB914

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

Shades of Kelly Green #3AB914

Tints of Kelly Green #3AB914

Color information

#3AB914 (or 0x3AB914) is unknown color: approx Kelly Green. HEX triplet: 3A, B9 and 14. RGB value is (58,185,20). Sum of RGB (Red+Green+Blue) = 58+185+20=263 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.05% from 263); Green value is 185 (72.66% from 255 or 70.34% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 185 - color contains mainly: green. Hex color #3AB914 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AB914 is #C546EB. Grayscale: #808080. Windows color (decimal): -12928748 or 1358138. OLE color: 1358138.

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

Color convert

RGB5818520-
CMYK0.6900.890.27
HSL106.18º80.49%40.2%-
HSV(B)106.18º89.19%72.55%-
XYZ19.2235.656.53-
YUV128.2266.9277.92-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.05%
GREEN value IS 185 (72.66% from 255) = 70.34%
BLUE value IS 20 (8.20% from 255) = 7.60%
R=22.05%
G=70.34%
B=7.60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal58185200.6900.890.27106.1880.4940.2
Hex3AB914450591B6a5028
Octal722712410501313315212050
Binary11101010111001101001000101010110011101111010101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,185,20); }

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

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

 a { background-color: rgb(58,185,20); }

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

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

 span { border-color: rgb(58,185,20); }

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