Html Css Color HEX #018D10 Islamic Green

📋 copy color: '#018D10'

red 1 ◦ green 141 ◦ blue 16

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

Shades of Islamic Green #018D10

Tints of Islamic Green #018D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.13%

R = 0.63%
G = 89.24%
B = 10.13%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#018D10 (or 0x018D10) is known color: Islamic Green. HEX triplet: 01, 8D and 10. RGB value is (1,141,16). Sum of RGB (Red+Green+Blue) = 1+141+16=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 141 (55.47% from 255 or 89.24% from 158); Blue value is 16 (6.64% from 255 or 10.13% from 158); Max value from RGB is 141 - color contains mainly: green. Hex color #018D10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018D10 is #FE72EF. Grayscale: #555555. Windows color (decimal): -16675568 or 1084673. OLE color: 1084673.

HSL color Cylindrical-coordinate representation of color #018D10: hue angle of 126.43º 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 #018D10 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 141 16 -
CMYK 0.99 0 0.89 0.45
HSL 126.43º 0.99% 0.28% -
HSV(B) 126.43º 0.99% 0.55% -
XYZ 9.63 19.09 3.67 -
YUV 84.89 89.12 68.16 -
System Red Green Blue C M Y K H S L
Decimal 1 141 16 0.99 0 0.89 0.45 126.43 0.99 0.28
Hex 1 8D 10 63 0 59 2D 7E 63 1C
Octal 1 215 20 143 0 131 55 176 143 34
Binary 1 10001101 10000 1100011 0 1011001 101101 1111110 1100011 11100

Color Harmonies of #018D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018D10

Black with #018D10

Text Example


Text Example

White with #018D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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