Html Css Color HEX #018D08 Islamic Green

📋 copy color: '#018D08'

red 1 ◦ green 141 ◦ blue 8

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

Shades of Islamic Green #018D08

Tints of Islamic Green #018D08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.33%

R = 0.67%
G = 94%
B = 5.33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#018D08 (or 0x018D08) is known color: Islamic Green. HEX triplet: 01, 8D and 08. RGB value is (1,141,8). Sum of RGB (Red+Green+Blue) = 1+141+8=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 141 (55.47% from 255 or 94% from 150); Blue value is 8 (3.52% from 255 or 5.33% from 150); Max value from RGB is 141 - color contains mainly: green. Hex color #018D08 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018D08 is #FE72F7. Grayscale: #545454. Windows color (decimal): -16675576 or 560385. OLE color: 560385.

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

Color convert

RGB 1 141 8 -
CMYK 0.99 0 0.94 0.45
HSL 123º 0.99% 0.28% -
HSV(B) 123º 0.99% 0.55% -
XYZ 9.58 19.07 3.41 -
YUV 83.98 85.12 68.81 -
System Red Green Blue C M Y K H S L
Decimal 1 141 8 0.99 0 0.94 0.45 123 0.99 0.28
Hex 1 8D 8 63 0 5E 2D 7B 63 1C
Octal 1 215 10 143 0 136 55 173 143 34
Binary 1 10001101 1000 1100011 0 1011110 101101 1111011 1100011 11100

Color Harmonies of #018D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018D08

Black with #018D08

Text Example


Text Example

White with #018D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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