Html Css Color HEX #0A8404 Green

📋 copy color: '#0A8404'

red 10 ◦ green 132 ◦ blue 4

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

Shades of Green #0A8404

Tints of Green #0A8404

RGB

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

 GREEN value IS 132 (51.95% from 255) = 90.41%

 BLUE value IS 4 (1.95% from 255) = 2.74%

R = 6.85%
G = 90.41%
B = 2.74%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#0A8404 (or 0x0A8404) is known color: Green. HEX triplet: 0A, 84 and 04. RGB value is (10,132,4). Sum of RGB (Red+Green+Blue) = 10+132+4=146 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.85% from 146); Green value is 132 (51.95% from 255 or 90.41% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 132 - color contains mainly: green. Hex color #0A8404 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8404 is #F57BFB. Grayscale: #515151. Windows color (decimal): -16088060 or 295946. OLE color: 295946.

HSL color Cylindrical-coordinate representation of color #0A8404: hue angle of 117.19º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A8404 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB 10 132 4 -
CMYK 0.92 0 0.97 0.48
HSL 117.19º 0.94% 0.27% -
HSV(B) 117.19º 0.97% 0.52% -
XYZ 8.4 16.58 2.87 -
YUV 80.93 84.58 77.41 -
System Red Green Blue C M Y K H S L
Decimal 10 132 4 0.92 0 0.97 0.48 117.19 0.94 0.27
Hex A 84 4 5C 0 61 30 75 5E 1B
Octal 12 204 4 134 0 141 60 165 136 33
Binary 1010 10000100 100 1011100 0 1100001 110000 1110101 1011110 11011

Color Harmonies of #0A8404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8404

Black with #0A8404

Text Example


Text Example

White with #0A8404

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,132,4); }

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

background-color css

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

 a { background-color: rgb(10,132,4); }

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

border-color css

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

 span { border-color: rgb(10,132,4); }

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