#10AF35

Color #10AF35 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #10AF35

Tints of Dark Pastel Green #10AF35

Color information

#10AF35 (or 0x10AF35) is unknown color: approx Dark Pastel Green. HEX triplet: 10, AF and 35. RGB value is (16,175,53). Sum of RGB (Red+Green+Blue) = 16+175+53=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 175 (68.75% from 255 or 71.72% from 244); Blue value is 53 (21.09% from 255 or 21.72% from 244); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF35 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AF35 is #EF50CA. Grayscale: #717171. Windows color (decimal): -15683787 or 3518224. OLE color: 3518224.

HSL color Cylindrical-coordinate representation of color #10AF35: hue angle of 133.96º 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 #10AF35 is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB1617553-
CMYK0.9100.700.31
HSL133.96º83.25%37.45%-
HSV(B)133.96º90.86%68.63%-
XYZ16.1931.038.5-
YUV113.5593.8258.42-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.56%
GREEN value IS 175 (68.75% from 255) = 71.72%
BLUE value IS 53 (21.09% from 255) = 21.72%
R=6.56%
G=71.72%
B=21.72%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16175530.9100.700.31133.9683.2537.45
Hex10AF355B0461F865325
Octal202576513301063720612345
Binary100001010111111010110110110100011011111100001101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10AF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10AF35; }

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

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

<style>
 a { background-color: #10AF35; }

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

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

<style>
 span { border-color: #10AF35; }

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

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