#0A6D34

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

Shades of Fun Green #0A6D34

Tints of Fun Green #0A6D34

Color information

#0A6D34 (or 0x0A6D34) is unknown color: approx Fun Green. HEX triplet: 0A, 6D and 34. RGB value is (10,109,52). Sum of RGB (Red+Green+Blue) = 10+109+52=171 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.85% from 171); Green value is 109 (42.97% from 255 or 63.74% from 171); Blue value is 52 (20.70% from 255 or 30.41% from 171); Max value from RGB is 109 - color contains mainly: green. Hex color #0A6D34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6D34 is #F592CB. Grayscale: #494949. Windows color (decimal): -16093900 or 3435786. OLE color: 3435786.

HSL color Cylindrical-coordinate representation of color #0A6D34: hue angle of 145.45º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6D34 is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.57.

Color convert

RGB1010952-
CMYK0.9100.520.57
HSL145.45º83.19%23.33%-
HSV(B)145.45º90.83%42.75%-
XYZ6.2111.255.09-
YUV72.9116.283.13-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.85%
GREEN value IS 109 (42.97% from 255) = 63.74%
BLUE value IS 52 (20.70% from 255) = 30.41%
R=5.85%
G=63.74%
B=30.41%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10109520.9100.520.57145.4583.1923.33
HexA6D345B03439915317
Octal12155641330647122112327
Binary101011011011101001011011011010011100110010001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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