#3AB014

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

Shades of Kelly Green #3AB014

Tints of Kelly Green #3AB014

Color information

#3AB014 (or 0x3AB014) is unknown color: approx Kelly Green. HEX triplet: 3A, B0 and 14. RGB value is (58,176,20). Sum of RGB (Red+Green+Blue) = 58+176+20=254 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.83% from 254); Green value is 176 (69.14% from 255 or 69.29% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 176 - color contains mainly: green. Hex color #3AB014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AB014 is #C54FEB. Grayscale: #7B7B7B. Windows color (decimal): -12931052 or 1355834. OLE color: 1355834.

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

Color convert

RGB5817620-
CMYK0.6700.890.31
HSL105.38º79.59%38.43%-
HSV(B)105.38º88.64%69.02%-
XYZ17.4325.92-
YUV122.9369.9181.68-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.83%
GREEN value IS 176 (69.14% from 255) = 69.29%
BLUE value IS 20 (8.20% from 255) = 7.87%
R=22.83%
G=69.29%
B=7.87%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal58176200.6700.890.31105.3879.5938.43
Hex3AB014430591F695026
Octal722602410301313715112046
Binary11101010110000101001000011010110011111111010011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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