#0A7832

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

Shades of Dark Spring Green #0A7832

Tints of Dark Spring Green #0A7832

Color information

#0A7832 (or 0x0A7832) is unknown color: approx Dark Spring Green. HEX triplet: 0A, 78 and 32. RGB value is (10,120,50). Sum of RGB (Red+Green+Blue) = 10+120+50=180 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.56% from 180); Green value is 120 (47.27% from 255 or 66.67% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 120 - color contains mainly: green. Hex color #0A7832 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7832 is #F587CD. Grayscale: #4F4F4F. Windows color (decimal): -16091086 or 3307530. OLE color: 3307530.

HSL color Cylindrical-coordinate representation of color #0A7832: hue angle of 141.82º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7832 is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB1012050-
CMYK0.9200.580.53
HSL141.82º84.62%25.49%-
HSV(B)141.82º91.67%47.06%-
XYZ7.4213.735.28-
YUV79.13111.5678.69-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.56%
GREEN value IS 120 (47.27% from 255) = 66.67%
BLUE value IS 50 (19.92% from 255) = 27.78%
R=5.56%
G=66.67%
B=27.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10120500.9200.580.53141.8284.6225.49
HexA78325C03A358e5519
Octal12170621340726521612531
Binary101011110001100101011100011101011010110001110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A7832; }

 p { color: rgb(10,120,50); }

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

<style>
 a { background-color: #0A7832; }

 a { background-color: rgb(10,120,50); }

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

<style>
 span { border-color: #0A7832; }

 span { border-color: rgb(10,120,50); }

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