#0A600D

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

Shades of Green #0A600D

Tints of Green #0A600D

Color information

#0A600D (or 0x0A600D) is unknown color: approx Green. HEX triplet: 0A, 60 and 0D. RGB value is (10,96,13). Sum of RGB (Red+Green+Blue) = 10+96+13=119 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.40% from 119); Green value is 96 (37.89% from 255 or 80.67% from 119); Blue value is 13 (5.47% from 255 or 10.92% from 119); Max value from RGB is 96 - color contains mainly: green. Hex color #0A600D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A600D is #F59FF2. Grayscale: #3D3D3D. Windows color (decimal): -16097267 or 876554. OLE color: 876554.

HSL color Cylindrical-coordinate representation of color #0A600D: hue angle of 122.09º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A600D is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB109613-
CMYK0.9000.860.62
HSL122.09º81.13%20.78%-
HSV(B)122.09º89.58%37.65%-
XYZ4.388.461.78-
YUV60.82101.0191.75-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.40%
GREEN value IS 96 (37.89% from 255) = 80.67%
BLUE value IS 13 (5.47% from 255) = 10.92%
R=8.40%
G=80.67%
B=10.92%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1096130.9000.860.62122.0981.1320.78
HexA60D5A0563E7a5115
Octal121401513201267617212125
Binary1010110000011011011010010101101111101111010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A600D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,96,13); }

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

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

 a { background-color: rgb(10,96,13); }

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

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

 span { border-color: rgb(10,96,13); }

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