#0A6802

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

Shades of Green #0A6802

Tints of Green #0A6802

Color information

#0A6802 (or 0x0A6802) is unknown color: approx Green. HEX triplet: 0A, 68 and 02. RGB value is (10,104,2). Sum of RGB (Red+Green+Blue) = 10+104+2=116 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.62% from 116); Green value is 104 (41.02% from 255 or 89.66% from 116); Blue value is 2 (1.17% from 255 or 1.72% from 116); Max value from RGB is 104 - color contains mainly: green. Hex color #0A6802 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6802 is #F597FD. Grayscale: #404040. Windows color (decimal): -16095230 or 157706. OLE color: 157706.

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

Color convert

RGB101042-
CMYK0.9000.980.59
HSL115.29º96.23%20.78%-
HSV(B)115.29º98.08%40.78%-
XYZ5.099.971.71-
YUV64.2792.8689.29-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.62%
GREEN value IS 104 (41.02% from 255) = 89.66%
BLUE value IS 2 (1.17% from 255) = 1.72%
R=8.62%
G=89.66%
B=1.72%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1010420.9000.980.59115.2996.2320.78
HexA6825A0623B736015
Octal12150213201427316314025
Binary10101101000101011010011000101110111110011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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