Html Css Color HEX #008F0D Islamic Green

📋 copy color: '#008F0D'

red 0 ◦ green 143 ◦ blue 13

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

Shades of Islamic Green #008F0D

Tints of Islamic Green #008F0D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 143 (56.25% from 255) = 91.67%

 BLUE value IS 13 (5.47% from 255) = 8.33%

R = 0%
G = 91.67%
B = 8.33%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#008F0D (or 0x008F0D) is known color: Islamic Green. HEX triplet: 00, 8F and 0D. RGB value is (0,143,13). Sum of RGB (Red+Green+Blue) = 0+143+13=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 143 (56.25% from 255 or 91.67% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 143 - color contains mainly: green. Hex color #008F0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008F0D is #FF70F2. Grayscale: #555555. Windows color (decimal): -16740595 or 888576. OLE color: 888576.

HSL color Cylindrical-coordinate representation of color #008F0D: hue angle of 125.45º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008F0D is Cyan = 1, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 143 13 -
CMYK 1 0 0.91 0.44
HSL 125.45º 1% 0.28% -
HSV(B) 125.45º 1% 0.56% -
XYZ 9.9 19.67 3.66 -
YUV 85.42 87.12 67.07 -
System Red Green Blue C M Y K H S L
Decimal 0 143 13 1 0 0.91 0.44 125.45 1 0.28
Hex 0 8F D 64 0 5B 2C 7D 64 1C
Octal 0 217 15 144 0 133 54 175 144 34
Binary 0 10001111 1101 1100100 0 1011011 101100 1111101 1100100 11100

Color Harmonies of #008F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008F0D

Black with #008F0D

Text Example


Text Example

White with #008F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008F0D; }

 p { color: rgb(0,143,13); }

 H1.HeaderClassName
 {
   color: #008F0D;
 }
 .AnyTagClassName
 {
   color: #008F0D;
 }
</style>

background-color css

<style>
 a { background-color: #008F0D; }

 a { background-color: rgb(0,143,13); }

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

border-color css

<style>
 span { border-color: #008F0D; }

 span { border-color: rgb(0,143,13); }

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