Html Css Color HEX #0A7111 Green

📋 copy color: '#0A7111'

red 10 ◦ green 113 ◦ blue 17

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

Shades of Green #0A7111

Tints of Green #0A7111

RGB

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

 GREEN value IS 113 (44.53% from 255) = 80.71%

 BLUE value IS 17 (7.03% from 255) = 12.14%

R = 7.14%
G = 80.71%
B = 12.14%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#0A7111 (or 0x0A7111) is known color: Green. HEX triplet: 0A, 71 and 11. RGB value is (10,113,17). Sum of RGB (Red+Green+Blue) = 10+113+17=140 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.14% from 140); Green value is 113 (44.53% from 255 or 80.71% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 113 - color contains mainly: green. Hex color #0A7111 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7111 is #F58EEE. Grayscale: #474747. Windows color (decimal): -16092911 or 1143050. OLE color: 1143050.

HSL color Cylindrical-coordinate representation of color #0A7111: hue angle of 124.08º 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 #0A7111 is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 113 17 -
CMYK 0.91 0 0.85 0.56
HSL 124.08º 0.84% 0.24% -
HSV(B) 124.08º 0.91% 0.44% -
XYZ 6.13 11.92 2.51 -
YUV 71.26 97.38 84.31 -
System Red Green Blue C M Y K H S L
Decimal 10 113 17 0.91 0 0.85 0.56 124.08 0.84 0.24
Hex A 71 11 5B 0 55 38 7C 54 18
Octal 12 161 21 133 0 125 70 174 124 30
Binary 1010 1110001 10001 1011011 0 1010101 111000 1111100 1010100 11000

Color Harmonies of #0A7111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7111

Black with #0A7111

Text Example


Text Example

White with #0A7111

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,113,17); }

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

background-color css

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

 a { background-color: rgb(10,113,17); }

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

border-color css

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

 span { border-color: rgb(10,113,17); }

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