Html Css Color HEX #0A6006 Green

📋 copy color: '#0A6006'

red 10 ◦ green 96 ◦ blue 6

#0A6006
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #0A6006

Tints of Green #0A6006

RGB

 RED value IS 10 (4.3% from 255) = 8.93%

 GREEN value IS 96 (37.89% from 255) = 85.71%

 BLUE value IS 6 (2.73% from 255) = 5.36%

R = 8.93%
G = 85.71%
B = 5.36%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#0A6006 (or 0x0A6006) is known color: Green. HEX triplet: 0A, 60 and 06. RGB value is (10,96,6). Sum of RGB (Red+Green+Blue) = 10+96+6=112 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.93% from 112); Green value is 96 (37.89% from 255 or 85.71% from 112); Blue value is 6 (2.73% from 255 or 5.36% from 112); Max value from RGB is 96 - color contains mainly: green. Hex color #0A6006 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6006 is #F59FF9. Grayscale: #3C3C3C. Windows color (decimal): -16097274 or 417802. OLE color: 417802.

HSL color Cylindrical-coordinate representation of color #0A6006: hue angle of 117.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A6006 is Cyan = 0.90, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB 10 96 6 -
CMYK 0.90 0 0.94 0.62
HSL 117.33º 0.88% 0.2% -
HSV(B) 117.33º 0.94% 0.38% -
XYZ 4.34 8.44 1.57 -
YUV 60.03 97.51 92.32 -
System Red Green Blue C M Y K H S L
Decimal 10 96 6 0.90 0 0.94 0.62 117.33 0.88 0.2
Hex A 60 6 5A 0 5E 3E 75 58 14
Octal 12 140 6 132 0 136 76 165 130 24
Binary 1010 1100000 110 1011010 0 1011110 111110 1110101 1011000 10100

Color Harmonies of #0A6006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6006

Black with #0A6006

Text Example


Text Example

White with #0A6006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A6006;
 }
 .AnyTagClassName
 {
   color: #0A6006;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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