Html Css Color HEX #0A8612 Green

📋 copy color: '#0A8612'

red 10 ◦ green 134 ◦ blue 18

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

Shades of Green #0A8612

Tints of Green #0A8612

RGB

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

 GREEN value IS 134 (52.73% from 255) = 82.72%

 BLUE value IS 18 (7.42% from 255) = 11.11%

R = 6.17%
G = 82.72%
B = 11.11%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#0A8612 (or 0x0A8612) is known color: Green. HEX triplet: 0A, 86 and 12. RGB value is (10,134,18). Sum of RGB (Red+Green+Blue) = 10+134+18=162 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.17% from 162); Green value is 134 (52.73% from 255 or 82.72% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 134 - color contains mainly: green. Hex color #0A8612 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8612 is #F579ED. Grayscale: #545454. Windows color (decimal): -16087534 or 1213962. OLE color: 1213962.

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

Color convert

RGB 10 134 18 -
CMYK 0.93 0 0.87 0.47
HSL 123.87º 0.86% 0.28% -
HSV(B) 123.87º 0.93% 0.53% -
XYZ 8.76 17.16 3.42 -
YUV 83.7 90.92 75.43 -
System Red Green Blue C M Y K H S L
Decimal 10 134 18 0.93 0 0.87 0.47 123.87 0.86 0.28
Hex A 86 12 5D 0 57 2F 7C 56 1C
Octal 12 206 22 135 0 127 57 174 126 34
Binary 1010 10000110 10010 1011101 0 1010111 101111 1111100 1010110 11100

Color Harmonies of #0A8612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8612

Black with #0A8612

Text Example


Text Example

White with #0A8612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,134,18); }

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

background-color css

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

 a { background-color: rgb(10,134,18); }

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

border-color css

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

 span { border-color: rgb(10,134,18); }

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