Html Css Color HEX #0A7F12 Green

📋 copy color: '#0A7F12'

red 10 ◦ green 127 ◦ blue 18

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

Shades of Green #0A7F12

Tints of Green #0A7F12

RGB

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

 GREEN value IS 127 (50% from 255) = 81.94%

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

R = 6.45%
G = 81.94%
B = 11.61%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#0A7F12 (or 0x0A7F12) is known color: Green. HEX triplet: 0A, 7F and 12. RGB value is (10,127,18). Sum of RGB (Red+Green+Blue) = 10+127+18=155 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.45% from 155); Green value is 127 (50% from 255 or 81.94% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 127 - color contains mainly: green. Hex color #0A7F12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7F12 is #F580ED. Grayscale: #4F4F4F. Windows color (decimal): -16089326 or 1212170. OLE color: 1212170.

HSL color Cylindrical-coordinate representation of color #0A7F12: hue angle of 124.1º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7F12 is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.50.

Color convert

RGB 10 127 18 -
CMYK 0.92 0 0.86 0.50
HSL 124.1º 0.85% 0.27% -
HSV(B) 124.1º 0.92% 0.5% -
XYZ 7.82 15.29 3.11 -
YUV 79.59 93.24 78.36 -
System Red Green Blue C M Y K H S L
Decimal 10 127 18 0.92 0 0.86 0.50 124.1 0.85 0.27
Hex A 7F 12 5C 0 56 32 7C 55 1B
Octal 12 177 22 134 0 126 62 174 125 33
Binary 1010 1111111 10010 1011100 0 1010110 110010 1111100 1010101 11011

Color Harmonies of #0A7F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7F12

Black with #0A7F12

Text Example


Text Example

White with #0A7F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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