#10AB39

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

Shades of Dark Pastel Green #10AB39

Tints of Dark Pastel Green #10AB39

Color information

#10AB39 (or 0x10AB39) is unknown color: approx Dark Pastel Green. HEX triplet: 10, AB and 39. RGB value is (16,171,57). Sum of RGB (Red+Green+Blue) = 16+171+57=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 171 (67.19% from 255 or 70.08% from 244); Blue value is 57 (22.66% from 255 or 23.36% from 244); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB39 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AB39 is #EF54C6. Grayscale: #6F6F6F. Windows color (decimal): -15684807 or 3779344. OLE color: 3779344.

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

Color convert

RGB1617157-
CMYK0.9100.670.33
HSL135.87º82.89%36.67%-
HSV(B)135.87º90.64%67.06%-
XYZ15.5229.538.75-
YUV111.6697.1559.77-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.56%
GREEN value IS 171 (67.19% from 255) = 70.08%
BLUE value IS 57 (22.66% from 255) = 23.36%
R=6.56%
G=70.08%
B=23.36%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16171570.9100.670.33135.8782.8936.67
Hex10AB395B04321885325
Octal202537113301034121012345
Binary1000010101011111001101101101000011100001100010001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10AB39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,171,57); }

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

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

 a { background-color: rgb(16,171,57); }

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

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

 span { border-color: rgb(16,171,57); }

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