Html Css Color HEX #018F0E Islamic Green

📋 copy color: '#018F0E'

red 1 ◦ green 143 ◦ blue 14

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

Shades of Islamic Green #018F0E

Tints of Islamic Green #018F0E

RGB

 RED value IS 1 (0.78% from 255) = 0.63%

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

 BLUE value IS 14 (5.86% from 255) = 8.86%

R = 0.63%
G = 90.51%
B = 8.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#018F0E (or 0x018F0E) is known color: Islamic Green. HEX triplet: 01, 8F and 0E. RGB value is (1,143,14). Sum of RGB (Red+Green+Blue) = 1+143+14=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 143 (56.25% from 255 or 90.51% from 158); Blue value is 14 (5.86% from 255 or 8.86% from 158); Max value from RGB is 143 - color contains mainly: green. Hex color #018F0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018F0E is #FE70F1. Grayscale: #565656. Windows color (decimal): -16675058 or 954113. OLE color: 954113.

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

Color convert

RGB 1 143 14 -
CMYK 0.99 0 0.90 0.44
HSL 125.49º 0.99% 0.28% -
HSV(B) 125.49º 0.99% 0.56% -
XYZ 9.91 19.68 3.69 -
YUV 85.84 87.46 67.49 -
System Red Green Blue C M Y K H S L
Decimal 1 143 14 0.99 0 0.90 0.44 125.49 0.99 0.28
Hex 1 8F E 63 0 5A 2C 7D 63 1C
Octal 1 217 16 143 0 132 54 175 143 34
Binary 1 10001111 1110 1100011 0 1011010 101100 1111101 1100011 11100

Color Harmonies of #018F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018F0E

Black with #018F0E

Text Example


Text Example

White with #018F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018F0E; }

 p { color: rgb(1,143,14); }

 H1.HeaderClassName
 {
   color: #018F0E;
 }
 .AnyTagClassName
 {
   color: #018F0E;
 }
</style>

background-color css

<style>
 a { background-color: #018F0E; }

 a { background-color: rgb(1,143,14); }

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

border-color css

<style>
 span { border-color: #018F0E; }

 span { border-color: rgb(1,143,14); }

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