Html Css Color HEX #0FA505 Islamic Green

📋 copy color: '#0FA505'

red 15 ◦ green 165 ◦ blue 5

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

Shades of Islamic Green #0FA505

Tints of Islamic Green #0FA505

RGB

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

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

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

R = 8.11%
G = 89.19%
B = 2.7%

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

#0FA505 (or 0x0FA505) is known color: Islamic Green. HEX triplet: 0F, A5 and 05. RGB value is (15,165,5). Sum of RGB (Red+Green+Blue) = 15+165+5=185 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.11% from 185); Green value is 165 (64.84% from 255 or 89.19% from 185); Blue value is 5 (2.34% from 255 or 2.70% from 185); Max value from RGB is 165 - color contains mainly: green. Hex color #0FA505 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA505 is #F05AFA. Grayscale: #666666. Windows color (decimal): -15751931 or 369935. OLE color: 369935.

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

Color convert

RGB 15 165 5 -
CMYK 0.91 0 0.97 0.35
HSL 116.25º 0.94% 0.33% -
HSV(B) 116.25º 0.97% 0.65% -
XYZ 13.68 27.02 4.64 -
YUV 101.91 73.31 66.01 -
System Red Green Blue C M Y K H S L
Decimal 15 165 5 0.91 0 0.97 0.35 116.25 0.94 0.33
Hex F A5 5 5B 0 61 23 74 5E 21
Octal 17 245 5 133 0 141 43 164 136 41
Binary 1111 10100101 101 1011011 0 1100001 100011 1110100 1011110 100001

Color Harmonies of #0FA505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA505

Black with #0FA505

Text Example


Text Example

White with #0FA505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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