#3AB010

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

Shades of Kelly Green #3AB010

Tints of Kelly Green #3AB010

Color information

#3AB010 (or 0x3AB010) is unknown color: approx Kelly Green. HEX triplet: 3A, B0 and 10. RGB value is (58,176,16). Sum of RGB (Red+Green+Blue) = 58+176+16=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 176 (69.14% from 255 or 70.4% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 176 - color contains mainly: green. Hex color #3AB010 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AB010 is #C54FEF. Grayscale: #7A7A7A. Windows color (decimal): -12931056 or 1093690. OLE color: 1093690.

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

Color convert

RGB5817616-
CMYK0.6700.910.31
HSL104.25º83.33%37.65%-
HSV(B)104.25º90.91%69.02%-
XYZ17.3631.995.75-
YUV122.4867.9182.01-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.2%
GREEN value IS 176 (69.14% from 255) = 70.4%
BLUE value IS 16 (6.64% from 255) = 6.4%
R=23.2%
G=70.4%
B=6.4%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal58176160.6700.910.31104.2583.3337.65
Hex3AB0104305B1F685326
Octal722602010301333715012346
Binary11101010110000100001000011010110111111111010001010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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