Html Css Color HEX #0A9212 Islamic Green

📋 copy color: '#0A9212'

red 10 ◦ green 146 ◦ blue 18

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

Shades of Islamic Green #0A9212

Tints of Islamic Green #0A9212

RGB

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

 GREEN value IS 146 (57.42% from 255) = 83.91%

 BLUE value IS 18 (7.42% from 255) = 10.34%

R = 5.75%
G = 83.91%
B = 10.34%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#0A9212 (or 0x0A9212) is known color: Islamic Green. HEX triplet: 0A, 92 and 12. RGB value is (10,146,18). Sum of RGB (Red+Green+Blue) = 10+146+18=174 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.75% from 174); Green value is 146 (57.42% from 255 or 83.91% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 146 - color contains mainly: green. Hex color #0A9212 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A9212 is #F56DED. Grayscale: #5B5B5B. Windows color (decimal): -16084462 or 1217034. OLE color: 1217034.

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

Color convert

RGB 10 146 18 -
CMYK 0.93 0 0.88 0.43
HSL 123.53º 0.87% 0.31% -
HSV(B) 123.53º 0.93% 0.57% -
XYZ 10.51 20.67 4.01 -
YUV 90.74 86.94 70.41 -
System Red Green Blue C M Y K H S L
Decimal 10 146 18 0.93 0 0.88 0.43 123.53 0.87 0.31
Hex A 92 12 5D 0 58 2B 7C 57 1F
Octal 12 222 22 135 0 130 53 174 127 37
Binary 1010 10010010 10010 1011101 0 1011000 101011 1111100 1010111 11111

Color Harmonies of #0A9212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9212

Black with #0A9212

Text Example


Text Example

White with #0A9212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,146,18); }

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

background-color css

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

 a { background-color: rgb(10,146,18); }

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

border-color css

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

 span { border-color: rgb(10,146,18); }

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