Html Css Color HEX #018E0C Islamic Green

📋 copy color: '#018E0C'

red 1 ◦ green 142 ◦ blue 12

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

Shades of Islamic Green #018E0C

Tints of Islamic Green #018E0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.74%

R = 0.65%
G = 91.61%
B = 7.74%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#018E0C (or 0x018E0C) is known color: Islamic Green. HEX triplet: 01, 8E and 0C. RGB value is (1,142,12). Sum of RGB (Red+Green+Blue) = 1+142+12=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 142 (55.86% from 255 or 91.61% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 142 - color contains mainly: green. Hex color #018E0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018E0C is #FE71F3. Grayscale: #555555. Windows color (decimal): -16675316 or 822785. OLE color: 822785.

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

Color convert

RGB 1 142 12 -
CMYK 0.99 0 0.92 0.44
HSL 124.68º 0.99% 0.28% -
HSV(B) 124.68º 0.99% 0.56% -
XYZ 9.75 19.38 3.57 -
YUV 85.02 86.79 68.07 -
System Red Green Blue C M Y K H S L
Decimal 1 142 12 0.99 0 0.92 0.44 124.68 0.99 0.28
Hex 1 8E C 63 0 5C 2C 7D 63 1C
Octal 1 216 14 143 0 134 54 175 143 34
Binary 1 10001110 1100 1100011 0 1011100 101100 1111101 1100011 11100

Color Harmonies of #018E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018E0C

Black with #018E0C

Text Example


Text Example

White with #018E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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