#0A6915

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

Shades of Green #0A6915

Tints of Green #0A6915

Color information

#0A6915 (or 0x0A6915) is unknown color: approx Green. HEX triplet: 0A, 69 and 15. RGB value is (10,105,21). Sum of RGB (Red+Green+Blue) = 10+105+21=136 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.35% from 136); Green value is 105 (41.41% from 255 or 77.21% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 105 - color contains mainly: green. Hex color #0A6915 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6915 is #F596EA. Grayscale: #434343. Windows color (decimal): -16094955 or 1403146. OLE color: 1403146.

HSL color Cylindrical-coordinate representation of color #0A6915: hue angle of 126.95º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6915 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB1010521-
CMYK0.9000.800.59
HSL126.95º82.61%22.55%-
HSV(B)126.95º90.48%41.18%-
XYZ5.3110.222.4-
YUV67.02102.0387.33-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.35%
GREEN value IS 105 (41.41% from 255) = 77.21%
BLUE value IS 21 (8.59% from 255) = 15.44%
R=7.35%
G=77.21%
B=15.44%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10105210.9000.800.59126.9582.6122.55
HexA69155A0503B7f5317
Octal121512513201207317712327
Binary10101101001101011011010010100001110111111111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,105,21); }

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

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

 a { background-color: rgb(10,105,21); }

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

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

 span { border-color: rgb(10,105,21); }

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