Html Css Color HEX #0FAC18 Islamic Green

📋 copy color: '#0FAC18'

red 15 ◦ green 172 ◦ blue 24

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

Shades of Islamic Green #0FAC18

Tints of Islamic Green #0FAC18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.37%

R = 7.11%
G = 81.52%
B = 11.37%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#0FAC18 (or 0x0FAC18) is known color: Islamic Green. HEX triplet: 0F, AC and 18. RGB value is (15,172,24). Sum of RGB (Red+Green+Blue) = 15+172+24=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 172 (67.58% from 255 or 81.52% from 211); Blue value is 24 (9.77% from 255 or 11.37% from 211); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC18 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAC18 is #F053E7. Grayscale: #6C6C6C. Windows color (decimal): -15750120 or 1616911. OLE color: 1616911.

HSL color Cylindrical-coordinate representation of color #0FAC18: hue angle of 123.44º 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 #0FAC18 is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 172 24 -
CMYK 0.91 0 0.86 0.33
HSL 123.44º 0.84% 0.37% -
HSV(B) 123.44º 0.91% 0.67% -
XYZ 15.11 29.67 5.79 -
YUV 108.19 80.49 61.53 -
System Red Green Blue C M Y K H S L
Decimal 15 172 24 0.91 0 0.86 0.33 123.44 0.84 0.37
Hex F AC 18 5B 0 56 21 7B 54 25
Octal 17 254 30 133 0 126 41 173 124 45
Binary 1111 10101100 11000 1011011 0 1010110 100001 1111011 1010100 100101

Color Harmonies of #0FAC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAC18

Black with #0FAC18

Text Example


Text Example

White with #0FAC18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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