#10A130

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

Shades of Dark Pastel Green #10A130

Tints of Dark Pastel Green #10A130

Color information

#10A130 (or 0x10A130) is unknown color: approx Dark Pastel Green. HEX triplet: 10, A1 and 30. RGB value is (16,161,48). Sum of RGB (Red+Green+Blue) = 16+161+48=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 161 (63.28% from 255 or 71.56% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 161 - color contains mainly: green. Hex color #10A130 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A130 is #EF5ECF. Grayscale: #696969. Windows color (decimal): -15687376 or 3186960. OLE color: 3186960.

HSL color Cylindrical-coordinate representation of color #10A130: hue angle of 133.24º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A130 is Cyan = 0.90, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB1616148-
CMYK0.9000.700.37
HSL133.24º81.92%34.71%-
HSV(B)133.24º90.06%63.14%-
XYZ13.4925.817.07-
YUV104.7695.9664.69-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.11%
GREEN value IS 161 (63.28% from 255) = 71.56%
BLUE value IS 48 (19.14% from 255) = 21.33%
R=7.11%
G=71.56%
B=21.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16161480.9000.700.37133.2481.9234.71
Hex10A1305A04625855223
Octal202416013201064520512243
Binary1000010100001110000101101001000110100101100001011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,161,48); }

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

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

 a { background-color: rgb(16,161,48); }

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

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

 span { border-color: rgb(16,161,48); }

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