#0FA500

Color #0FA500 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #0FA500

Tints of Islamic Green #0FA500

Color information

#0FA500 (or 0x0FA500) is unknown color: approx Islamic Green. HEX triplet: 0F, A5 and 00. RGB value is (15,165,0). Sum of RGB (Red+Green+Blue) = 15+165+0=180 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.33% from 180); Green value is 165 (64.84% from 255 or 91.67% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 165 - color contains mainly: green. Hex color #0FA500 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA500 is #F05AFF. Grayscale: #656565. Windows color (decimal): -15751936 or 42255. OLE color: 42255.

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

Color convert

RGB151650-
CMYK0.91010.35
HSL114.55º100%32.35%-
HSV(B)114.55º100%64.71%-
XYZ13.6527.014.49-
YUV101.3470.8166.42-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.33%
GREEN value IS 165 (64.84% from 255) = 91.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=8.33%
G=91.67%
B=0%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1516500.91010.35114.5510032.35
HexFA505B06423736420
Octal17245013301444316314440
Binary111110100101010110110110010010001111100111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0FA500;
 }
 .AnyTagClassName
 {
   color: #0FA500;
 }
</style>
background-color css

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

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

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

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

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

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