#3AAC10

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

Shades of Kelly Green #3AAC10

Tints of Kelly Green #3AAC10

Color information

#3AAC10 (or 0x3AAC10) is unknown color: approx Kelly Green. HEX triplet: 3A, AC and 10. RGB value is (58,172,16). Sum of RGB (Red+Green+Blue) = 58+172+16=246 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.58% from 246); Green value is 172 (67.58% from 255 or 69.92% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AAC10 is #C553EF. Grayscale: #787878. Windows color (decimal): -12932080 or 1092666. OLE color: 1092666.

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

Color convert

RGB5817216-
CMYK0.6600.910.33
HSL103.85º82.98%36.86%-
HSV(B)103.85º90.7%67.45%-
XYZ16.5930.445.49-
YUV120.1369.2383.68-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.58%
GREEN value IS 172 (67.58% from 255) = 69.92%
BLUE value IS 16 (6.64% from 255) = 6.50%
R=23.58%
G=69.92%
B=6.50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal58172160.6600.910.33103.8582.9836.86
Hex3AAC104205B21685325
Octal722542010201334115012345
Binary111010101011001000010000100101101110000111010001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAC10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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