#10A634

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

Shades of Dark Pastel Green #10A634

Tints of Dark Pastel Green #10A634

Color information

#10A634 (or 0x10A634) is unknown color: approx Dark Pastel Green. HEX triplet: 10, A6 and 34. RGB value is (16,166,52). Sum of RGB (Red+Green+Blue) = 16+166+52=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 166 (65.23% from 255 or 70.94% from 234); Blue value is 52 (20.70% from 255 or 22.22% from 234); Max value from RGB is 166 - color contains mainly: green. Hex color #10A634 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A634 is #EF59CB. Grayscale: #6C6C6C. Windows color (decimal): -15686092 or 3450384. OLE color: 3450384.

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

Color convert

RGB1616652-
CMYK0.9000.690.35
HSL134.4º82.42%35.69%-
HSV(B)134.4º90.36%65.1%-
XYZ14.4727.637.82-
YUV108.1596.362.27-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.84%
GREEN value IS 166 (65.23% from 255) = 70.94%
BLUE value IS 52 (20.70% from 255) = 22.22%
R=6.84%
G=70.94%
B=22.22%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16166520.9000.690.35134.482.4235.69
Hex10A6345A04523865224
Octal202466413201054320612244
Binary1000010100110110100101101001000101100011100001101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,166,52); }

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

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

 a { background-color: rgb(16,166,52); }

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

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

 span { border-color: rgb(16,166,52); }

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