Html Css Color HEX #0F980A Islamic Green

📋 copy color: '#0F980A'

red 15 ◦ green 152 ◦ blue 10

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

Shades of Islamic Green #0F980A

Tints of Islamic Green #0F980A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 85.88%

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

R = 8.47%
G = 85.88%
B = 5.65%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#0F980A (or 0x0F980A) is known color: Islamic Green. HEX triplet: 0F, 98 and 0A. RGB value is (15,152,10). Sum of RGB (Red+Green+Blue) = 15+152+10=177 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.47% from 177); Green value is 152 (59.77% from 255 or 85.88% from 177); Blue value is 10 (4.30% from 255 or 5.65% from 177); Max value from RGB is 152 - color contains mainly: green. Hex color #0F980A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F980A is #F067F5. Grayscale: #5F5F5F. Windows color (decimal): -15755254 or 694287. OLE color: 694287.

HSL color Cylindrical-coordinate representation of color #0F980A: hue angle of 117.89º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F980A is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 15 152 10 -
CMYK 0.90 0 0.93 0.40
HSL 117.89º 0.88% 0.32% -
HSV(B) 117.89º 0.93% 0.6% -
XYZ 11.48 22.58 4.04 -
YUV 94.85 80.11 71.05 -
System Red Green Blue C M Y K H S L
Decimal 15 152 10 0.90 0 0.93 0.40 117.89 0.88 0.32
Hex F 98 A 5A 0 5D 28 76 58 20
Octal 17 230 12 132 0 135 50 166 130 40
Binary 1111 10011000 1010 1011010 0 1011101 101000 1110110 1011000 100000

Color Harmonies of #0F980A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F980A

Black with #0F980A

Text Example


Text Example

White with #0F980A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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