Html Css Color HEX #018D05 Islamic Green

📋 copy color: '#018D05'

red 1 ◦ green 141 ◦ blue 5

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

Shades of Islamic Green #018D05

Tints of Islamic Green #018D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.4%

R = 0.68%
G = 95.92%
B = 3.4%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#018D05 (or 0x018D05) is known color: Islamic Green. HEX triplet: 01, 8D and 05. RGB value is (1,141,5). Sum of RGB (Red+Green+Blue) = 1+141+5=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 141 (55.47% from 255 or 95.92% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 141 - color contains mainly: green. Hex color #018D05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018D05 is #FE72FA. Grayscale: #545454. Windows color (decimal): -16675579 or 363777. OLE color: 363777.

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

Color convert

RGB 1 141 5 -
CMYK 0.99 0 0.96 0.45
HSL 121.71º 0.99% 0.28% -
HSV(B) 121.71º 0.99% 0.55% -
XYZ 9.56 19.07 3.32 -
YUV 83.64 83.62 69.06 -
System Red Green Blue C M Y K H S L
Decimal 1 141 5 0.99 0 0.96 0.45 121.71 0.99 0.28
Hex 1 8D 5 63 0 60 2D 7A 63 1C
Octal 1 215 5 143 0 140 55 172 143 34
Binary 1 10001101 101 1100011 0 1100000 101101 1111010 1100011 11100

Color Harmonies of #018D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018D05

Black with #018D05

Text Example


Text Example

White with #018D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,141,5); }

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

background-color css

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

 a { background-color: rgb(1,141,5); }

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

border-color css

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

 span { border-color: rgb(1,141,5); }

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