Html Css Color HEX #0A7014 Green

📋 copy color: '#0A7014'

red 10 ◦ green 112 ◦ blue 20

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

Shades of Green #0A7014

Tints of Green #0A7014

RGB

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

 GREEN value IS 112 (44.14% from 255) = 78.87%

 BLUE value IS 20 (8.2% from 255) = 14.08%

R = 7.04%
G = 78.87%
B = 14.08%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#0A7014 (or 0x0A7014) is known color: Green. HEX triplet: 0A, 70 and 14. RGB value is (10,112,20). Sum of RGB (Red+Green+Blue) = 10+112+20=142 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.04% from 142); Green value is 112 (44.14% from 255 or 78.87% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 112 - color contains mainly: green. Hex color #0A7014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7014 is #F58FEB. Grayscale: #474747. Windows color (decimal): -16093164 or 1339402. OLE color: 1339402.

HSL color Cylindrical-coordinate representation of color #0A7014: hue angle of 125.88º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A7014 is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 112 20 -
CMYK 0.91 0 0.82 0.56
HSL 125.88º 0.84% 0.24% -
HSV(B) 125.88º 0.91% 0.44% -
XYZ 6.05 11.7 2.6 -
YUV 71.01 99.21 84.48 -
System Red Green Blue C M Y K H S L
Decimal 10 112 20 0.91 0 0.82 0.56 125.88 0.84 0.24
Hex A 70 14 5B 0 52 38 7E 54 18
Octal 12 160 24 133 0 122 70 176 124 30
Binary 1010 1110000 10100 1011011 0 1010010 111000 1111110 1010100 11000

Color Harmonies of #0A7014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7014

Black with #0A7014

Text Example


Text Example

White with #0A7014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,112,20); }

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

background-color css

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

 a { background-color: rgb(10,112,20); }

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

border-color css

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

 span { border-color: rgb(10,112,20); }

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