#0A5D3D

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

Shades of Fun Green #0A5D3D

Tints of Fun Green #0A5D3D

Color information

#0A5D3D (or 0x0A5D3D) is unknown color: approx Fun Green. HEX triplet: 0A, 5D and 3D. RGB value is (10,93,61). Sum of RGB (Red+Green+Blue) = 10+93+61=164 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.10% from 164); Green value is 93 (36.72% from 255 or 56.71% from 164); Blue value is 61 (24.22% from 255 or 37.20% from 164); Max value from RGB is 93 - color contains mainly: green. Hex color #0A5D3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5D3D is #F5A2C2. Grayscale: #404040. Windows color (decimal): -16097987 or 4021514. OLE color: 4021514.

HSL color Cylindrical-coordinate representation of color #0A5D3D: hue angle of 156.87º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5D3D is Cyan = 0.89, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.

Color convert

RGB109361-
CMYK0.8900.340.64
HSL156.87º80.58%20.2%-
HSV(B)156.87º89.25%36.47%-
XYZ4.888.235.75-
YUV64.5412689.1-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.10%
GREEN value IS 93 (36.72% from 255) = 56.71%
BLUE value IS 61 (24.22% from 255) = 37.20%
R=6.10%
G=56.71%
B=37.20%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1093610.8900.340.64156.8780.5820.2
HexA5D3D59022409d5114
Octal121357513104210023512124
Binary1010101110111110110110010100010100000010011101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,93,61); }

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

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

 a { background-color: rgb(10,93,61); }

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

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

 span { border-color: rgb(10,93,61); }

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