Html Css Color HEX #0A8816 Green

📋 copy color: '#0A8816'

red 10 ◦ green 136 ◦ blue 22

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

Shades of Green #0A8816

Tints of Green #0A8816

RGB

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

 GREEN value IS 136 (53.52% from 255) = 80.95%

 BLUE value IS 22 (8.98% from 255) = 13.1%

R = 5.95%
G = 80.95%
B = 13.1%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#0A8816 (or 0x0A8816) is known color: Green. HEX triplet: 0A, 88 and 16. RGB value is (10,136,22). Sum of RGB (Red+Green+Blue) = 10+136+22=168 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.95% from 168); Green value is 136 (53.52% from 255 or 80.95% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 136 - color contains mainly: green. Hex color #0A8816 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8816 is #F577E9. Grayscale: #555555. Windows color (decimal): -16087018 or 1476618. OLE color: 1476618.

HSL color Cylindrical-coordinate representation of color #0A8816: hue angle of 125.71º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8816 is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 10 136 22 -
CMYK 0.93 0 0.84 0.47
HSL 125.71º 0.86% 0.29% -
HSV(B) 125.71º 0.93% 0.53% -
XYZ 9.07 17.73 3.7 -
YUV 85.33 92.26 74.27 -
System Red Green Blue C M Y K H S L
Decimal 10 136 22 0.93 0 0.84 0.47 125.71 0.86 0.29
Hex A 88 16 5D 0 54 2F 7E 56 1D
Octal 12 210 26 135 0 124 57 176 126 35
Binary 1010 10001000 10110 1011101 0 1010100 101111 1111110 1010110 11101

Color Harmonies of #0A8816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8816

Black with #0A8816

Text Example


Text Example

White with #0A8816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,136,22); }

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

background-color css

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

 a { background-color: rgb(10,136,22); }

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

border-color css

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

 span { border-color: rgb(10,136,22); }

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