Html Css Color HEX #0A9410 Islamic Green

📋 copy color: '#0A9410'

red 10 ◦ green 148 ◦ blue 16

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

Shades of Islamic Green #0A9410

Tints of Islamic Green #0A9410

RGB

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

 GREEN value IS 148 (58.2% from 255) = 85.06%

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

R = 5.75%
G = 85.06%
B = 9.2%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#0A9410 (or 0x0A9410) is known color: Islamic Green. HEX triplet: 0A, 94 and 10. RGB value is (10,148,16). Sum of RGB (Red+Green+Blue) = 10+148+16=174 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.75% from 174); Green value is 148 (58.20% from 255 or 85.06% from 174); Blue value is 16 (6.64% from 255 or 9.20% from 174); Max value from RGB is 148 - color contains mainly: green. Hex color #0A9410 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A9410 is #F56BEF. Grayscale: #5C5C5C. Windows color (decimal): -16083952 or 1086474. OLE color: 1086474.

HSL color Cylindrical-coordinate representation of color #0A9410: hue angle of 122.61º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9410 is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 10 148 16 -
CMYK 0.93 0 0.89 0.42
HSL 122.61º 0.87% 0.31% -
HSV(B) 122.61º 0.93% 0.58% -
XYZ 10.81 21.28 4.03 -
YUV 91.69 85.28 69.73 -
System Red Green Blue C M Y K H S L
Decimal 10 148 16 0.93 0 0.89 0.42 122.61 0.87 0.31
Hex A 94 10 5D 0 59 2A 7B 57 1F
Octal 12 224 20 135 0 131 52 173 127 37
Binary 1010 10010100 10000 1011101 0 1011001 101010 1111011 1010111 11111

Color Harmonies of #0A9410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9410

Black with #0A9410

Text Example


Text Example

White with #0A9410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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