Html Css Color HEX #0FAC12 Islamic Green

📋 copy color: '#0FAC12'

red 15 ◦ green 172 ◦ blue 18

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

Shades of Islamic Green #0FAC12

Tints of Islamic Green #0FAC12

RGB

 RED value IS 15 (6.25% from 255) = 7.32%

 GREEN value IS 172 (67.58% from 255) = 83.9%

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

R = 7.32%
G = 83.9%
B = 8.78%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#0FAC12 (or 0x0FAC12) is known color: Islamic Green. HEX triplet: 0F, AC and 12. RGB value is (15,172,18). Sum of RGB (Red+Green+Blue) = 15+172+18=205 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.32% from 205); Green value is 172 (67.58% from 255 or 83.90% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAC12 is #F053ED. Grayscale: #6B6B6B. Windows color (decimal): -15750126 or 1223695. OLE color: 1223695.

HSL color Cylindrical-coordinate representation of color #0FAC12: hue angle of 121.15º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAC12 is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 172 18 -
CMYK 0.91 0 0.90 0.33
HSL 121.15º 0.84% 0.37% -
HSV(B) 121.15º 0.91% 0.67% -
XYZ 15.06 29.65 5.5 -
YUV 107.5 77.49 62.02 -
System Red Green Blue C M Y K H S L
Decimal 15 172 18 0.91 0 0.90 0.33 121.15 0.84 0.37
Hex F AC 12 5B 0 5A 21 79 54 25
Octal 17 254 22 133 0 132 41 171 124 45
Binary 1111 10101100 10010 1011011 0 1011010 100001 1111001 1010100 100101

Color Harmonies of #0FAC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAC12

Black with #0FAC12

Text Example


Text Example

White with #0FAC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,172,18); }

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

background-color css

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

 a { background-color: rgb(15,172,18); }

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

border-color css

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

 span { border-color: rgb(15,172,18); }

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