Html Css Color HEX #018E06 Islamic Green

📋 copy color: '#018E06'

red 1 ◦ green 142 ◦ blue 6

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

Shades of Islamic Green #018E06

Tints of Islamic Green #018E06

RGB

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

 GREEN value IS 142 (55.86% from 255) = 95.3%

 BLUE value IS 6 (2.73% from 255) = 4.03%

R = 0.67%
G = 95.3%
B = 4.03%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#018E06 (or 0x018E06) is known color: Islamic Green. HEX triplet: 01, 8E and 06. RGB value is (1,142,6). Sum of RGB (Red+Green+Blue) = 1+142+6=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 142 (55.86% from 255 or 95.30% from 149); Blue value is 6 (2.73% from 255 or 4.03% from 149); Max value from RGB is 142 - color contains mainly: green. Hex color #018E06 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018E06 is #FE71F9. Grayscale: #545454. Windows color (decimal): -16675322 or 429569. OLE color: 429569.

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

Color convert

RGB 1 142 6 -
CMYK 0.99 0 0.96 0.44
HSL 122.13º 0.99% 0.28% -
HSV(B) 122.13º 0.99% 0.56% -
XYZ 9.72 19.37 3.4 -
YUV 84.34 83.79 68.56 -
System Red Green Blue C M Y K H S L
Decimal 1 142 6 0.99 0 0.96 0.44 122.13 0.99 0.28
Hex 1 8E 6 63 0 60 2C 7A 63 1C
Octal 1 216 6 143 0 140 54 172 143 34
Binary 1 10001110 110 1100011 0 1100000 101100 1111010 1100011 11100

Color Harmonies of #018E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018E06

Black with #018E06

Text Example


Text Example

White with #018E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,142,6); }

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

background-color css

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

 a { background-color: rgb(1,142,6); }

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

border-color css

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

 span { border-color: rgb(1,142,6); }

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