Html Css Color HEX #0FAC05 Islamic Green

📋 copy color: '#0FAC05'

red 15 ◦ green 172 ◦ blue 5

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

Shades of Islamic Green #0FAC05

Tints of Islamic Green #0FAC05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.6%

R = 7.81%
G = 89.58%
B = 2.6%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#0FAC05 (or 0x0FAC05) is known color: Islamic Green. HEX triplet: 0F, AC and 05. RGB value is (15,172,5). Sum of RGB (Red+Green+Blue) = 15+172+5=192 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.81% from 192); Green value is 172 (67.58% from 255 or 89.58% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAC05 is #F053FA. Grayscale: #6A6A6A. Windows color (decimal): -15750139 or 371727. OLE color: 371727.

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

Color convert

RGB 15 172 5 -
CMYK 0.91 0 0.97 0.33
HSL 116.41º 0.94% 0.35% -
HSV(B) 116.41º 0.97% 0.67% -
XYZ 14.98 29.62 5.07 -
YUV 106.02 70.99 63.08 -
System Red Green Blue C M Y K H S L
Decimal 15 172 5 0.91 0 0.97 0.33 116.41 0.94 0.35
Hex F AC 5 5B 0 61 21 74 5E 23
Octal 17 254 5 133 0 141 41 164 136 43
Binary 1111 10101100 101 1011011 0 1100001 100001 1110100 1011110 100011

Color Harmonies of #0FAC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAC05

Black with #0FAC05

Text Example


Text Example

White with #0FAC05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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