#0A6502

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

Shades of Green #0A6502

Tints of Green #0A6502

Color information

#0A6502 (or 0x0A6502) is unknown color: approx Green. HEX triplet: 0A, 65 and 02. RGB value is (10,101,2). Sum of RGB (Red+Green+Blue) = 10+101+2=113 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.85% from 113); Green value is 101 (39.84% from 255 or 89.38% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 101 - color contains mainly: green. Hex color #0A6502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6502 is #F59AFD. Grayscale: #3E3E3E. Windows color (decimal): -16095998 or 156938. OLE color: 156938.

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

Color convert

RGB101012-
CMYK0.9000.980.60
HSL115.15º96.12%20.2%-
HSV(B)115.15º98.02%39.61%-
XYZ4.799.381.61-
YUV62.593.8590.55-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.85%
GREEN value IS 101 (39.84% from 255) = 89.38%
BLUE value IS 2 (1.17% from 255) = 1.77%
R=8.85%
G=89.38%
B=1.77%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1010120.9000.980.60115.1596.1220.2
HexA6525A0623C736014
Octal12145213201427416314024
Binary10101100101101011010011000101111001110011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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