Html Css Color HEX #008F20 Islamic Green

📋 copy color: '#008F20'

red 0 ◦ green 143 ◦ blue 32

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

Shades of Islamic Green #008F20

Tints of Islamic Green #008F20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 18.29%

R = 0%
G = 81.71%
B = 18.29%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#008F20 (or 0x008F20) is known color: Islamic Green. HEX triplet: 00, 8F and 20. RGB value is (0,143,32). Sum of RGB (Red+Green+Blue) = 0+143+32=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 143 (56.25% from 255 or 81.71% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 143 - color contains mainly: green. Hex color #008F20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008F20 is #FF70DF. Grayscale: #575757. Windows color (decimal): -16740576 or 2133760. OLE color: 2133760.

HSL color Cylindrical-coordinate representation of color #008F20: hue angle of 133.43º 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 #008F20 is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 143 32 -
CMYK 1 0 0.78 0.44
HSL 133.43º 1% 0.28% -
HSV(B) 133.43º 1% 0.56% -
XYZ 10.08 19.75 4.65 -
YUV 87.59 96.62 65.53 -
System Red Green Blue C M Y K H S L
Decimal 0 143 32 1 0 0.78 0.44 133.43 1 0.28
Hex 0 8F 20 64 0 4E 2C 85 64 1C
Octal 0 217 40 144 0 116 54 205 144 34
Binary 0 10001111 100000 1100100 0 1001110 101100 10000101 1100100 11100

Color Harmonies of #008F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008F20

Black with #008F20

Text Example


Text Example

White with #008F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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