Html Css Color HEX #0A7E11 Green

📋 copy color: '#0A7E11'

red 10 ◦ green 126 ◦ blue 17

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

Shades of Green #0A7E11

Tints of Green #0A7E11

RGB

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

 GREEN value IS 126 (49.61% from 255) = 82.35%

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

R = 6.54%
G = 82.35%
B = 11.11%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.87

 K value IS 0.51

RGB Variations

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

Color information

#0A7E11 (or 0x0A7E11) is known color: Green. HEX triplet: 0A, 7E and 11. RGB value is (10,126,17). Sum of RGB (Red+Green+Blue) = 10+126+17=153 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.54% from 153); Green value is 126 (49.61% from 255 or 82.35% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 126 - color contains mainly: green. Hex color #0A7E11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7E11 is #F581EE. Grayscale: #4F4F4F. Windows color (decimal): -16089583 or 1146378. OLE color: 1146378.

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

Color convert

RGB 10 126 17 -
CMYK 0.92 0 0.87 0.51
HSL 123.62º 0.85% 0.27% -
HSV(B) 123.62º 0.92% 0.49% -
XYZ 7.69 15.03 3.03 -
YUV 78.89 93.07 78.86 -
System Red Green Blue C M Y K H S L
Decimal 10 126 17 0.92 0 0.87 0.51 123.62 0.85 0.27
Hex A 7E 11 5C 0 57 33 7C 55 1B
Octal 12 176 21 134 0 127 63 174 125 33
Binary 1010 1111110 10001 1011100 0 1010111 110011 1111100 1010101 11011

Color Harmonies of #0A7E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7E11

Black with #0A7E11

Text Example


Text Example

White with #0A7E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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