Html Css Color HEX #0A5E10 Green

📋 copy color: '#0A5E10'

red 10 ◦ green 94 ◦ blue 16

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

Shades of Green #0A5E10

Tints of Green #0A5E10

RGB

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

 GREEN value IS 94 (37.11% from 255) = 78.33%

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

R = 8.33%
G = 78.33%
B = 13.33%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.83

 K value IS 0.63

RGB Variations

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

Color information

#0A5E10 (or 0x0A5E10) is known color: Green. HEX triplet: 0A, 5E and 10. RGB value is (10,94,16). Sum of RGB (Red+Green+Blue) = 10+94+16=120 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.33% from 120); Green value is 94 (37.11% from 255 or 78.33% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 94 - color contains mainly: green. Hex color #0A5E10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5E10 is #F5A1EF. Grayscale: #3C3C3C. Windows color (decimal): -16097776 or 1072650. OLE color: 1072650.

HSL color Cylindrical-coordinate representation of color #0A5E10: hue angle of 124.29º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5E10 is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.63.

Color convert

RGB 10 94 16 -
CMYK 0.89 0 0.83 0.63
HSL 124.29º 0.81% 0.2% -
HSV(B) 124.29º 0.89% 0.37% -
XYZ 4.22 8.11 1.83 -
YUV 59.99 103.17 92.34 -
System Red Green Blue C M Y K H S L
Decimal 10 94 16 0.89 0 0.83 0.63 124.29 0.81 0.2
Hex A 5E 10 59 0 53 3F 7C 51 14
Octal 12 136 20 131 0 123 77 174 121 24
Binary 1010 1011110 10000 1011001 0 1010011 111111 1111100 1010001 10100

Color Harmonies of #0A5E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5E10

Black with #0A5E10

Text Example


Text Example

White with #0A5E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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