#10AB2A

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

Shades of Dark Pastel Green #10AB2A

Tints of Dark Pastel Green #10AB2A

Color information

#10AB2A (or 0x10AB2A) is unknown color: approx Dark Pastel Green. HEX triplet: 10, AB and 2A. RGB value is (16,171,42). Sum of RGB (Red+Green+Blue) = 16+171+42=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 171 (67.19% from 255 or 74.67% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AB2A is #EF54D5. Grayscale: #6E6E6E. Windows color (decimal): -15684822 or 2796304. OLE color: 2796304.

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

Color convert

RGB1617142-
CMYK0.9100.750.33
HSL130.06º82.89%36.67%-
HSV(B)130.06º90.64%67.06%-
XYZ15.1929.47.07-
YUV109.9589.6560.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.99%
GREEN value IS 171 (67.19% from 255) = 74.67%
BLUE value IS 42 (16.80% from 255) = 18.34%
R=6.99%
G=74.67%
B=18.34%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16171420.9100.750.33130.0682.8936.67
Hex10AB2A5B04B21825325
Octal202535213301134120212345
Binary1000010101011101010101101101001011100001100000101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10AB2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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