Html Css Color HEX #0A6803 Green

📋 copy color: '#0A6803'

red 10 ◦ green 104 ◦ blue 3

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

Shades of Green #0A6803

Tints of Green #0A6803

RGB

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

 GREEN value IS 104 (41.02% from 255) = 88.89%

 BLUE value IS 3 (1.56% from 255) = 2.56%

R = 8.55%
G = 88.89%
B = 2.56%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.97

 K value IS 0.59

RGB Variations

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

Color information

#0A6803 (or 0x0A6803) is known color: Green. HEX triplet: 0A, 68 and 03. RGB value is (10,104,3). Sum of RGB (Red+Green+Blue) = 10+104+3=117 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.55% from 117); Green value is 104 (41.02% from 255 or 88.89% from 117); Blue value is 3 (1.56% from 255 or 2.56% from 117); Max value from RGB is 104 - color contains mainly: green. Hex color #0A6803 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6803 is #F597FC. Grayscale: #404040. Windows color (decimal): -16095229 or 223242. OLE color: 223242.

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

Color convert

RGB 10 104 3 -
CMYK 0.90 0 0.97 0.59
HSL 115.84º 0.94% 0.21% -
HSV(B) 115.84º 0.97% 0.41% -
XYZ 5.09 9.97 1.74 -
YUV 64.38 93.36 89.21 -
System Red Green Blue C M Y K H S L
Decimal 10 104 3 0.90 0 0.97 0.59 115.84 0.94 0.21
Hex A 68 3 5A 0 61 3B 74 5E 15
Octal 12 150 3 132 0 141 73 164 136 25
Binary 1010 1101000 11 1011010 0 1100001 111011 1110100 1011110 10101

Color Harmonies of #0A6803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6803

Black with #0A6803

Text Example


Text Example

White with #0A6803

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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