Html Css Color HEX #0FA305 Islamic Green

📋 copy color: '#0FA305'

red 15 ◦ green 163 ◦ blue 5

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

Shades of Islamic Green #0FA305

Tints of Islamic Green #0FA305

RGB

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

 GREEN value IS 163 (64.06% from 255) = 89.07%

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

R = 8.2%
G = 89.07%
B = 2.73%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#0FA305 (or 0x0FA305) is known color: Islamic Green. HEX triplet: 0F, A3 and 05. RGB value is (15,163,5). Sum of RGB (Red+Green+Blue) = 15+163+5=183 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.20% from 183); Green value is 163 (64.06% from 255 or 89.07% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA305 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA305 is #F05CFA. Grayscale: #656565. Windows color (decimal): -15752443 or 369423. OLE color: 369423.

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

Color convert

RGB 15 163 5 -
CMYK 0.91 0 0.97 0.36
HSL 116.2º 0.94% 0.33% -
HSV(B) 116.2º 0.97% 0.64% -
XYZ 13.32 26.31 4.52 -
YUV 100.74 73.97 66.85 -
System Red Green Blue C M Y K H S L
Decimal 15 163 5 0.91 0 0.97 0.36 116.2 0.94 0.33
Hex F A3 5 5B 0 61 24 74 5E 21
Octal 17 243 5 133 0 141 44 164 136 41
Binary 1111 10100011 101 1011011 0 1100001 100100 1110100 1011110 100001

Color Harmonies of #0FA305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA305

Black with #0FA305

Text Example


Text Example

White with #0FA305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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