#10AD38

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

Shades of Dark Pastel Green #10AD38

Tints of Dark Pastel Green #10AD38

Color information

#10AD38 (or 0x10AD38) is unknown color: approx Dark Pastel Green. HEX triplet: 10, AD and 38. RGB value is (16,173,56). Sum of RGB (Red+Green+Blue) = 16+173+56=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 173 (67.97% from 255 or 70.61% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 173 - color contains mainly: green. Hex color #10AD38 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AD38 is #EF52C7. Grayscale: #717171. Windows color (decimal): -15684296 or 3714320. OLE color: 3714320.

HSL color Cylindrical-coordinate representation of color #10AD38: hue angle of 135.29º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AD38 is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB1617356-
CMYK0.9100.680.32
HSL135.29º83.07%37.06%-
HSV(B)135.29º90.75%67.84%-
XYZ15.8730.288.75-
YUV112.7295.9959.01-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.53%
GREEN value IS 173 (67.97% from 255) = 70.61%
BLUE value IS 56 (22.27% from 255) = 22.86%
R=6.53%
G=70.61%
B=22.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal16173560.9100.680.32135.2983.0737.06
Hex10AD385B04420875325
Octal202557013301044020712345
Binary1000010101101111000101101101000100100000100001111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10AD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,173,56); }

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

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

 a { background-color: rgb(16,173,56); }

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

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

 span { border-color: rgb(16,173,56); }

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