#10AB35

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

Shades of Dark Pastel Green #10AB35

Tints of Dark Pastel Green #10AB35

Color information

#10AB35 (or 0x10AB35) is unknown color: approx Dark Pastel Green. HEX triplet: 10, AB and 35. RGB value is (16,171,53). Sum of RGB (Red+Green+Blue) = 16+171+53=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 171 (67.19% from 255 or 71.25% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB35 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AB35 is #EF54CA. Grayscale: #6F6F6F. Windows color (decimal): -15684811 or 3517200. OLE color: 3517200.

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

Color convert

RGB1617153-
CMYK0.9100.690.33
HSL134.32º82.89%36.67%-
HSV(B)134.32º90.64%67.06%-
XYZ15.4229.498.25-
YUV111.295.1560.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.67%
GREEN value IS 171 (67.19% from 255) = 71.25%
BLUE value IS 53 (21.09% from 255) = 22.08%
R=6.67%
G=71.25%
B=22.08%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16171530.9100.690.33134.3282.8936.67
Hex10AB355B04521865325
Octal202536513301054120612345
Binary1000010101011110101101101101000101100001100001101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10AB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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