Html Css Color HEX #0A9A12 Islamic Green

📋 copy color: '#0A9A12'

red 10 ◦ green 154 ◦ blue 18

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

Shades of Islamic Green #0A9A12

Tints of Islamic Green #0A9A12

RGB

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

 GREEN value IS 154 (60.55% from 255) = 84.62%

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

R = 5.49%
G = 84.62%
B = 9.89%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#0A9A12 (or 0x0A9A12) is known color: Islamic Green. HEX triplet: 0A, 9A and 12. RGB value is (10,154,18). Sum of RGB (Red+Green+Blue) = 10+154+18=182 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.49% from 182); Green value is 154 (60.55% from 255 or 84.62% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 154 - color contains mainly: green. Hex color #0A9A12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A9A12 is #F565ED. Grayscale: #5F5F5F. Windows color (decimal): -16082414 or 1219082. OLE color: 1219082.

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

Color convert

RGB 10 154 18 -
CMYK 0.94 0 0.88 0.40
HSL 123.33º 0.88% 0.32% -
HSV(B) 123.33º 0.94% 0.6% -
XYZ 11.79 23.22 4.43 -
YUV 95.44 84.29 67.06 -
System Red Green Blue C M Y K H S L
Decimal 10 154 18 0.94 0 0.88 0.40 123.33 0.88 0.32
Hex A 9A 12 5E 0 58 28 7B 58 20
Octal 12 232 22 136 0 130 50 173 130 40
Binary 1010 10011010 10010 1011110 0 1011000 101000 1111011 1011000 100000

Color Harmonies of #0A9A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9A12

Black with #0A9A12

Text Example


Text Example

White with #0A9A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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