Html Css Color HEX #008D0C Islamic Green

📋 copy color: '#008D0C'

red 0 ◦ green 141 ◦ blue 12

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

Shades of Islamic Green #008D0C

Tints of Islamic Green #008D0C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 92.16%

 BLUE value IS 12 (5.08% from 255) = 7.84%

R = 0%
G = 92.16%
B = 7.84%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#008D0C (or 0x008D0C) is known color: Islamic Green. HEX triplet: 00, 8D and 0C. RGB value is (0,141,12). Sum of RGB (Red+Green+Blue) = 0+141+12=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 141 (55.47% from 255 or 92.16% from 153); Blue value is 12 (5.08% from 255 or 7.84% from 153); Max value from RGB is 141 - color contains mainly: green. Hex color #008D0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008D0C is #FF72F3. Grayscale: #545454. Windows color (decimal): -16741108 or 822528. OLE color: 822528.

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

Color convert

RGB 0 141 12 -
CMYK 1 0 0.91 0.45
HSL 125.11º 1% 0.28% -
HSV(B) 125.11º 1% 0.55% -
XYZ 9.59 19.08 3.52 -
YUV 84.14 87.29 67.99 -
System Red Green Blue C M Y K H S L
Decimal 0 141 12 1 0 0.91 0.45 125.11 1 0.28
Hex 0 8D C 64 0 5B 2D 7D 64 1C
Octal 0 215 14 144 0 133 55 175 144 34
Binary 0 10001101 1100 1100100 0 1011011 101101 1111101 1100100 11100

Color Harmonies of #008D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008D0C

Black with #008D0C

Text Example


Text Example

White with #008D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,141,12); }

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

background-color css

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

 a { background-color: rgb(0,141,12); }

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

border-color css

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

 span { border-color: rgb(0,141,12); }

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