Html Css Color HEX #0FA501 Islamic Green

📋 copy color: '#0FA501'

red 15 ◦ green 165 ◦ blue 1

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

Shades of Islamic Green #0FA501

Tints of Islamic Green #0FA501

RGB

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

 GREEN value IS 165 (64.84% from 255) = 91.16%

 BLUE value IS 1 (0.78% from 255) = 0.55%

R = 8.29%
G = 91.16%
B = 0.55%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#0FA501 (or 0x0FA501) is known color: Islamic Green. HEX triplet: 0F, A5 and 01. RGB value is (15,165,1). Sum of RGB (Red+Green+Blue) = 15+165+1=181 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.29% from 181); Green value is 165 (64.84% from 255 or 91.16% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 165 - color contains mainly: green. Hex color #0FA501 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA501 is #F05AFE. Grayscale: #656565. Windows color (decimal): -15751935 or 107791. OLE color: 107791.

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

Color convert

RGB 15 165 1 -
CMYK 0.91 0 0.99 0.35
HSL 114.88º 0.99% 0.33% -
HSV(B) 114.88º 0.99% 0.65% -
XYZ 13.66 27.01 4.52 -
YUV 101.45 71.31 66.34 -
System Red Green Blue C M Y K H S L
Decimal 15 165 1 0.91 0 0.99 0.35 114.88 0.99 0.33
Hex F A5 1 5B 0 63 23 73 63 21
Octal 17 245 1 133 0 143 43 163 143 41
Binary 1111 10100101 1 1011011 0 1100011 100011 1110011 1100011 100001

Color Harmonies of #0FA501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA501

Black with #0FA501

Text Example


Text Example

White with #0FA501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,165,1); }

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

background-color css

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

 a { background-color: rgb(15,165,1); }

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

border-color css

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

 span { border-color: rgb(15,165,1); }

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