#0A5C34

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

Shades of Fun Green #0A5C34

Tints of Fun Green #0A5C34

Color information

#0A5C34 (or 0x0A5C34) is unknown color: approx Fun Green. HEX triplet: 0A, 5C and 34. RGB value is (10,92,52). Sum of RGB (Red+Green+Blue) = 10+92+52=154 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.49% from 154); Green value is 92 (36.33% from 255 or 59.74% from 154); Blue value is 52 (20.70% from 255 or 33.77% from 154); Max value from RGB is 92 - color contains mainly: green. Hex color #0A5C34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5C34 is #F5A3CB. Grayscale: #3E3E3E. Windows color (decimal): -16098252 or 3431434. OLE color: 3431434.

HSL color Cylindrical-coordinate representation of color #0A5C34: hue angle of 150.73º degrees, saturation: 0.8, 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 #0A5C34 is Cyan = 0.89, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.64.

Color convert

RGB109252-
CMYK0.8900.430.64
HSL150.73º80.39%20%-
HSV(B)150.73º89.13%36.08%-
XYZ4.577.974.55-
YUV62.92121.8390.25-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.49%
GREEN value IS 92 (36.33% from 255) = 59.74%
BLUE value IS 52 (20.70% from 255) = 33.77%
R=6.49%
G=59.74%
B=33.77%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1092520.8900.430.64150.7380.3920
HexA5C345902B40975014
Octal121346413105310022712024
Binary1010101110011010010110010101011100000010010111101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,92,52); }

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

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

 a { background-color: rgb(10,92,52); }

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

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

 span { border-color: rgb(10,92,52); }

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