Html Css Color HEX #08980F Islamic Green

📋 copy color: '#08980F'

red 8 ◦ green 152 ◦ blue 15

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

Shades of Islamic Green #08980F

Tints of Islamic Green #08980F

RGB

 RED value IS 8 (3.52% from 255) = 4.57%

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

 BLUE value IS 15 (6.25% from 255) = 8.57%

R = 4.57%
G = 86.86%
B = 8.57%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#08980F (or 0x08980F) is known color: Islamic Green. HEX triplet: 08, 98 and 0F. RGB value is (8,152,15). Sum of RGB (Red+Green+Blue) = 8+152+15=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 152 (59.77% from 255 or 86.86% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 152 - color contains mainly: green. Hex color #08980F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08980F is #F767F0. Grayscale: #5D5D5D. Windows color (decimal): -16214001 or 1021960. OLE color: 1021960.

HSL color Cylindrical-coordinate representation of color #08980F: hue angle of 122.92º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08980F is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 8 152 15 -
CMYK 0.95 0 0.90 0.40
HSL 122.92º 0.9% 0.31% -
HSV(B) 122.92º 0.95% 0.6% -
XYZ 11.41 22.54 4.2 -
YUV 93.33 83.79 67.14 -
System Red Green Blue C M Y K H S L
Decimal 8 152 15 0.95 0 0.90 0.40 122.92 0.9 0.31
Hex 8 98 F 5F 0 5A 28 7B 5A 1F
Octal 10 230 17 137 0 132 50 173 132 37
Binary 1000 10011000 1111 1011111 0 1011010 101000 1111011 1011010 11111

Color Harmonies of #08980F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08980F

Black with #08980F

Text Example


Text Example

White with #08980F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08980F; }

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

 H1.HeaderClassName
 {
   color: #08980F;
 }
 .AnyTagClassName
 {
   color: #08980F;
 }
</style>

background-color css

<style>
 a { background-color: #08980F; }

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

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

border-color css

<style>
 span { border-color: #08980F; }

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

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