Html Css Color HEX #0A9B12 Islamic Green

📋 copy color: '#0A9B12'

red 10 ◦ green 155 ◦ blue 18

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

Shades of Islamic Green #0A9B12

Tints of Islamic Green #0A9B12

RGB

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

 GREEN value IS 155 (60.94% from 255) = 84.7%

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

R = 5.46%
G = 84.7%
B = 9.84%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#0A9B12 (or 0x0A9B12) is known color: Islamic Green. HEX triplet: 0A, 9B and 12. RGB value is (10,155,18). Sum of RGB (Red+Green+Blue) = 10+155+18=183 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.46% from 183); Green value is 155 (60.94% from 255 or 84.70% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 155 - color contains mainly: green. Hex color #0A9B12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A9B12 is #F564ED. Grayscale: #606060. Windows color (decimal): -16082158 or 1219338. OLE color: 1219338.

HSL color Cylindrical-coordinate representation of color #0A9B12: hue angle of 123.31º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9B12 is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB 10 155 18 -
CMYK 0.94 0 0.88 0.39
HSL 123.31º 0.88% 0.32% -
HSV(B) 123.31º 0.94% 0.61% -
XYZ 11.96 23.55 4.49 -
YUV 96.03 83.96 66.64 -
System Red Green Blue C M Y K H S L
Decimal 10 155 18 0.94 0 0.88 0.39 123.31 0.88 0.32
Hex A 9B 12 5E 0 58 27 7B 58 20
Octal 12 233 22 136 0 130 47 173 130 40
Binary 1010 10011011 10010 1011110 0 1011000 100111 1111011 1011000 100000

Color Harmonies of #0A9B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9B12

Black with #0A9B12

Text Example


Text Example

White with #0A9B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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