Html Css Color HEX #0A7E10 Green

📋 copy color: '#0A7E10'

red 10 ◦ green 126 ◦ blue 16

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

Shades of Green #0A7E10

Tints of Green #0A7E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.53%

R = 6.58%
G = 82.89%
B = 10.53%

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

#0A7E10 (or 0x0A7E10) is known color: Green. HEX triplet: 0A, 7E and 10. RGB value is (10,126,16). Sum of RGB (Red+Green+Blue) = 10+126+16=152 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.58% from 152); Green value is 126 (49.61% from 255 or 82.89% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 126 - color contains mainly: green. Hex color #0A7E10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7E10 is #F581EF. Grayscale: #4F4F4F. Windows color (decimal): -16089584 or 1080842. OLE color: 1080842.

HSL color Cylindrical-coordinate representation of color #0A7E10: hue angle of 123.1º 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 #0A7E10 is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.

Color convert

RGB 10 126 16 -
CMYK 0.92 0 0.87 0.51
HSL 123.1º 0.85% 0.27% -
HSV(B) 123.1º 0.92% 0.49% -
XYZ 7.68 15.02 2.99 -
YUV 78.78 92.57 78.94 -
System Red Green Blue C M Y K H S L
Decimal 10 126 16 0.92 0 0.87 0.51 123.1 0.85 0.27
Hex A 7E 10 5C 0 57 33 7B 55 1B
Octal 12 176 20 134 0 127 63 173 125 33
Binary 1010 1111110 10000 1011100 0 1010111 110011 1111011 1010101 11011

Color Harmonies of #0A7E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7E10

Black with #0A7E10

Text Example


Text Example

White with #0A7E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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