Html Css Color HEX #0FA705 Islamic Green

📋 copy color: '#0FA705'

red 15 ◦ green 167 ◦ blue 5

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

Shades of Islamic Green #0FA705

Tints of Islamic Green #0FA705

RGB

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

 GREEN value IS 167 (65.63% from 255) = 89.3%

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

R = 8.02%
G = 89.3%
B = 2.67%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#0FA705 (or 0x0FA705) is known color: Islamic Green. HEX triplet: 0F, A7 and 05. RGB value is (15,167,5). Sum of RGB (Red+Green+Blue) = 15+167+5=187 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.02% from 187); Green value is 167 (65.62% from 255 or 89.30% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 167 - color contains mainly: green. Hex color #0FA705 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA705 is #F058FA. Grayscale: #676767. Windows color (decimal): -15751419 or 370447. OLE color: 370447.

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

Color convert

RGB 15 167 5 -
CMYK 0.91 0 0.97 0.35
HSL 116.3º 0.94% 0.34% -
HSV(B) 116.3º 0.97% 0.65% -
XYZ 14.04 27.75 4.76 -
YUV 103.08 72.64 65.17 -
System Red Green Blue C M Y K H S L
Decimal 15 167 5 0.91 0 0.97 0.35 116.3 0.94 0.34
Hex F A7 5 5B 0 61 23 74 5E 22
Octal 17 247 5 133 0 141 43 164 136 42
Binary 1111 10100111 101 1011011 0 1100001 100011 1110100 1011110 100010

Color Harmonies of #0FA705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA705

Black with #0FA705

Text Example


Text Example

White with #0FA705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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