Html Css Color HEX #018F10 Islamic Green

📋 copy color: '#018F10'

red 1 ◦ green 143 ◦ blue 16

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

Shades of Islamic Green #018F10

Tints of Islamic Green #018F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10%

R = 0.63%
G = 89.38%
B = 10%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#018F10 (or 0x018F10) is known color: Islamic Green. HEX triplet: 01, 8F and 10. RGB value is (1,143,16). Sum of RGB (Red+Green+Blue) = 1+143+16=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 143 (56.25% from 255 or 89.38% from 160); Blue value is 16 (6.64% from 255 or 10% from 160); Max value from RGB is 143 - color contains mainly: green. Hex color #018F10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018F10 is #FE70EF. Grayscale: #565656. Windows color (decimal): -16675056 or 1085185. OLE color: 1085185.

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

Color convert

RGB 1 143 16 -
CMYK 0.99 0 0.89 0.44
HSL 126.34º 0.99% 0.28% -
HSV(B) 126.34º 0.99% 0.56% -
XYZ 9.93 19.69 3.77 -
YUV 86.06 88.46 67.33 -
System Red Green Blue C M Y K H S L
Decimal 1 143 16 0.99 0 0.89 0.44 126.34 0.99 0.28
Hex 1 8F 10 63 0 59 2C 7E 63 1C
Octal 1 217 20 143 0 131 54 176 143 34
Binary 1 10001111 10000 1100011 0 1011001 101100 1111110 1100011 11100

Color Harmonies of #018F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018F10

Black with #018F10

Text Example


Text Example

White with #018F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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