#3AAF10

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

Shades of Kelly Green #3AAF10

Tints of Kelly Green #3AAF10

Color information

#3AAF10 (or 0x3AAF10) is unknown color: approx Kelly Green. HEX triplet: 3A, AF and 10. RGB value is (58,175,16). Sum of RGB (Red+Green+Blue) = 58+175+16=249 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.29% from 249); Green value is 175 (68.75% from 255 or 70.28% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AAF10 is #C550EF. Grayscale: #7A7A7A. Windows color (decimal): -12931312 or 1093434. OLE color: 1093434.

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

Color convert

RGB5817516-
CMYK0.6700.910.31
HSL104.15º83.25%37.45%-
HSV(B)104.15º90.86%68.63%-
XYZ17.1731.65.68-
YUV121.8968.2482.43-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.29%
GREEN value IS 175 (68.75% from 255) = 70.28%
BLUE value IS 16 (6.64% from 255) = 6.43%
R=23.29%
G=70.28%
B=6.43%

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
Decimal58175160.6700.910.31104.1583.2537.45
Hex3AAF104305B1F685325
Octal722572010301333715012345
Binary11101010101111100001000011010110111111111010001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAF10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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