#0A6609

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

Shades of Green #0A6609

Tints of Green #0A6609

Color information

#0A6609 (or 0x0A6609) is unknown color: approx Green. HEX triplet: 0A, 66 and 09. RGB value is (10,102,9). Sum of RGB (Red+Green+Blue) = 10+102+9=121 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.26% from 121); Green value is 102 (40.23% from 255 or 84.30% from 121); Blue value is 9 (3.91% from 255 or 7.44% from 121); Max value from RGB is 102 - color contains mainly: green. Hex color #0A6609 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6609 is #F599F6. Grayscale: #404040. Windows color (decimal): -16095735 or 615946. OLE color: 615946.

HSL color Cylindrical-coordinate representation of color #0A6609: hue angle of 119.35º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6609 is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.6.

Color convert

RGB101029-
CMYK0.9000.910.6
HSL119.35º83.78%21.76%-
HSV(B)119.35º91.18%40%-
XYZ4.939.591.85-
YUV63.8997.0289.56-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.26%
GREEN value IS 102 (40.23% from 255) = 84.30%
BLUE value IS 9 (3.91% from 255) = 7.44%
R=8.26%
G=84.30%
B=7.44%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1010290.9000.910.6119.3583.7821.76
HexA6695A05B3C775416
Octal121461113201337416712426
Binary1010110011010011011010010110111111001110111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,102,9); }

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

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

 a { background-color: rgb(10,102,9); }

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

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

 span { border-color: rgb(10,102,9); }

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