Html Css Color HEX #0FAC11 Islamic Green

📋 copy color: '#0FAC11'

red 15 ◦ green 172 ◦ blue 17

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

Shades of Islamic Green #0FAC11

Tints of Islamic Green #0FAC11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.33%

R = 7.35%
G = 84.31%
B = 8.33%

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

#0FAC11 (or 0x0FAC11) is known color: Islamic Green. HEX triplet: 0F, AC and 11. RGB value is (15,172,17). Sum of RGB (Red+Green+Blue) = 15+172+17=204 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.35% from 204); Green value is 172 (67.58% from 255 or 84.31% from 204); Blue value is 17 (7.03% from 255 or 8.33% from 204); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAC11 is #F053EE. Grayscale: #6B6B6B. Windows color (decimal): -15750127 or 1158159. OLE color: 1158159.

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

Color convert

RGB 15 172 17 -
CMYK 0.91 0 0.90 0.33
HSL 120.76º 0.84% 0.37% -
HSV(B) 120.76º 0.91% 0.67% -
XYZ 15.05 29.65 5.46 -
YUV 107.39 76.99 62.1 -
System Red Green Blue C M Y K H S L
Decimal 15 172 17 0.91 0 0.90 0.33 120.76 0.84 0.37
Hex F AC 11 5B 0 5A 21 79 54 25
Octal 17 254 21 133 0 132 41 171 124 45
Binary 1111 10101100 10001 1011011 0 1011010 100001 1111001 1010100 100101

Color Harmonies of #0FAC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAC11

Black with #0FAC11

Text Example


Text Example

White with #0FAC11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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