#0A5A3B

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

Shades of Fun Green #0A5A3B

Tints of Fun Green #0A5A3B

Color information

#0A5A3B (or 0x0A5A3B) is unknown color: approx Fun Green. HEX triplet: 0A, 5A and 3B. RGB value is (10,90,59). Sum of RGB (Red+Green+Blue) = 10+90+59=159 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.29% from 159); Green value is 90 (35.55% from 255 or 56.60% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 90 - color contains mainly: green. Hex color #0A5A3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5A3B is #F5A5C4. Grayscale: #3E3E3E. Windows color (decimal): -16098757 or 3889674. OLE color: 3889674.

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

Color convert

RGB109059-
CMYK0.8900.340.65
HSL156.75º80%19.61%-
HSV(B)156.75º88.89%35.29%-
XYZ4.577.695.38-
YUV62.5512690.52-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.29%
GREEN value IS 90 (35.55% from 255) = 56.60%
BLUE value IS 59 (23.44% from 255) = 37.11%
R=6.29%
G=56.60%
B=37.11%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1090590.8900.340.65156.758019.61
HexA5A3B59022419d5014
Octal121327313104210123512024
Binary1010101101011101110110010100010100000110011101101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,90,59); }

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

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

 a { background-color: rgb(10,90,59); }

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

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

 span { border-color: rgb(10,90,59); }

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