Html Css Color HEX #018E1A Islamic Green

📋 copy color: '#018E1A'

red 1 ◦ green 142 ◦ blue 26

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

Shades of Islamic Green #018E1A

Tints of Islamic Green #018E1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.38%

R = 0.59%
G = 84.02%
B = 15.38%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#018E1A (or 0x018E1A) is known color: Islamic Green. HEX triplet: 01, 8E and 1A. RGB value is (1,142,26). Sum of RGB (Red+Green+Blue) = 1+142+26=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 142 (55.86% from 255 or 84.02% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 142 - color contains mainly: green. Hex color #018E1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018E1A is #FE71E5. Grayscale: #565656. Windows color (decimal): -16675302 or 1740289. OLE color: 1740289.

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

Color convert

RGB 1 142 26 -
CMYK 0.99 0 0.82 0.44
HSL 130.64º 0.99% 0.28% -
HSV(B) 130.64º 0.99% 0.56% -
XYZ 9.87 19.43 4.21 -
YUV 86.62 93.79 66.93 -
System Red Green Blue C M Y K H S L
Decimal 1 142 26 0.99 0 0.82 0.44 130.64 0.99 0.28
Hex 1 8E 1A 63 0 52 2C 83 63 1C
Octal 1 216 32 143 0 122 54 203 143 34
Binary 1 10001110 11010 1100011 0 1010010 101100 10000011 1100011 11100

Color Harmonies of #018E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018E1A

Black with #018E1A

Text Example


Text Example

White with #018E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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