Html Css Color HEX #018F06 Islamic Green

📋 copy color: '#018F06'

red 1 ◦ green 143 ◦ blue 6

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

Shades of Islamic Green #018F06

Tints of Islamic Green #018F06

RGB

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

 GREEN value IS 143 (56.25% from 255) = 95.33%

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

R = 0.67%
G = 95.33%
B = 4%

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

#018F06 (or 0x018F06) is known color: Islamic Green. HEX triplet: 01, 8F and 06. RGB value is (1,143,6). Sum of RGB (Red+Green+Blue) = 1+143+6=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 143 (56.25% from 255 or 95.33% from 150); Blue value is 6 (2.73% from 255 or 4% from 150); Max value from RGB is 143 - color contains mainly: green. Hex color #018F06 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018F06 is #FE70F9. Grayscale: #555555. Windows color (decimal): -16675066 or 429825. OLE color: 429825.

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

Color convert

RGB 1 143 6 -
CMYK 0.99 0 0.96 0.44
HSL 122.11º 0.99% 0.28% -
HSV(B) 122.11º 0.99% 0.56% -
XYZ 9.87 19.66 3.45 -
YUV 84.92 83.46 68.14 -
System Red Green Blue C M Y K H S L
Decimal 1 143 6 0.99 0 0.96 0.44 122.11 0.99 0.28
Hex 1 8F 6 63 0 60 2C 7A 63 1C
Octal 1 217 6 143 0 140 54 172 143 34
Binary 1 10001111 110 1100011 0 1100000 101100 1111010 1100011 11100

Color Harmonies of #018F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018F06

Black with #018F06

Text Example


Text Example

White with #018F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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