Html Css Color HEX #0FA50A Islamic Green

📋 copy color: '#0FA50A'

red 15 ◦ green 165 ◦ blue 10

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

Shades of Islamic Green #0FA50A

Tints of Islamic Green #0FA50A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.26%

R = 7.89%
G = 86.84%
B = 5.26%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#0FA50A (or 0x0FA50A) is known color: Islamic Green. HEX triplet: 0F, A5 and 0A. RGB value is (15,165,10). Sum of RGB (Red+Green+Blue) = 15+165+10=190 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.89% from 190); Green value is 165 (64.84% from 255 or 86.84% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 165 - color contains mainly: green. Hex color #0FA50A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA50A is #F05AF5. Grayscale: #666666. Windows color (decimal): -15751926 or 697615. OLE color: 697615.

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

Color convert

RGB 15 165 10 -
CMYK 0.91 0 0.94 0.35
HSL 118.06º 0.89% 0.34% -
HSV(B) 118.06º 0.94% 0.65% -
XYZ 13.71 27.03 4.78 -
YUV 102.48 75.81 65.6 -
System Red Green Blue C M Y K H S L
Decimal 15 165 10 0.91 0 0.94 0.35 118.06 0.89 0.34
Hex F A5 A 5B 0 5E 23 76 59 22
Octal 17 245 12 133 0 136 43 166 131 42
Binary 1111 10100101 1010 1011011 0 1011110 100011 1110110 1011001 100010

Color Harmonies of #0FA50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA50A

Black with #0FA50A

Text Example


Text Example

White with #0FA50A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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