#0A6803

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

Shades of Green #0A6803

Tints of Green #0A6803

Color information

#0A6803 (or 0x0A6803) is unknown color: approx Green. HEX triplet: 0A, 68 and 03. RGB value is (10,104,3). Sum of RGB (Red+Green+Blue) = 10+104+3=117 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.55% from 117); Green value is 104 (41.02% from 255 or 88.89% from 117); Blue value is 3 (1.56% from 255 or 2.56% from 117); Max value from RGB is 104 - color contains mainly: green. Hex color #0A6803 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6803 is #F597FC. Grayscale: #404040. Windows color (decimal): -16095229 or 223242. OLE color: 223242.

HSL color Cylindrical-coordinate representation of color #0A6803: hue angle of 115.84º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A6803 is Cyan = 0.90, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.59.

Color convert

RGB101043-
CMYK0.9000.970.59
HSL115.84º94.39%20.98%-
HSV(B)115.84º97.12%40.78%-
XYZ5.099.971.74-
YUV64.3893.3689.21-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.55%
GREEN value IS 104 (41.02% from 255) = 88.89%
BLUE value IS 3 (1.56% from 255) = 2.56%
R=8.55%
G=88.89%
B=2.56%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1010430.9000.970.59115.8494.3920.98
HexA6835A0613B745e15
Octal12150313201417316413625
Binary10101101000111011010011000011110111110100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,104,3); }

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

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

 a { background-color: rgb(10,104,3); }

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

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

 span { border-color: rgb(10,104,3); }

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