#3AC010

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

Shades of Kelly Green #3AC010

Tints of Kelly Green #3AC010

Color information

#3AC010 (or 0x3AC010) is unknown color: approx Kelly Green. HEX triplet: 3A, C0 and 10. RGB value is (58,192,16). Sum of RGB (Red+Green+Blue) = 58+192+16=266 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.80% from 266); Green value is 192 (75.39% from 255 or 72.18% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AC010 is #C53FEF. Grayscale: #848484. Windows color (decimal): -12926960 or 1097786. OLE color: 1097786.

HSL color Cylindrical-coordinate representation of color #3AC010: hue angle of 105.68º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3AC010 is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB5819216-
CMYK0.7000.920.25
HSL105.68º84.62%40.78%-
HSV(B)105.68º91.67%75.29%-
XYZ20.6938.646.86-
YUV131.8762.6175.31-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.80%
GREEN value IS 192 (75.39% from 255) = 72.18%
BLUE value IS 16 (6.64% from 255) = 6.02%
R=21.80%
G=72.18%
B=6.02%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal58192160.7000.920.25105.6884.6240.78
Hex3AC0104605C196a5529
Octal723002010601343115212551
Binary11101011000000100001000110010111001100111010101010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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