Html Css Color HEX #019912 Islamic Green

📋 copy color: '#019912'

red 1 ◦ green 153 ◦ blue 18

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

Shades of Islamic Green #019912

Tints of Islamic Green #019912

RGB

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

 GREEN value IS 153 (60.16% from 255) = 88.95%

 BLUE value IS 18 (7.42% from 255) = 10.47%

R = 0.58%
G = 88.95%
B = 10.47%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#019912 (or 0x019912) is known color: Islamic Green. HEX triplet: 01, 99 and 12. RGB value is (1,153,18). Sum of RGB (Red+Green+Blue) = 1+153+18=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 153 (60.16% from 255 or 88.95% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 153 - color contains mainly: green. Hex color #019912 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019912 is #FE66ED. Grayscale: #5C5C5C. Windows color (decimal): -16672494 or 1218817. OLE color: 1218817.

HSL color Cylindrical-coordinate representation of color #019912: hue angle of 126.71º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019912 is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 153 18 -
CMYK 0.99 0 0.88 0.4
HSL 126.71º 0.99% 0.3% -
HSV(B) 126.71º 0.99% 0.6% -
XYZ 11.51 22.83 4.37 -
YUV 92.16 86.14 62.98 -
System Red Green Blue C M Y K H S L
Decimal 1 153 18 0.99 0 0.88 0.4 126.71 0.99 0.3
Hex 1 99 12 63 0 58 28 7F 63 1E
Octal 1 231 22 143 0 130 50 177 143 36
Binary 1 10011001 10010 1100011 0 1011000 101000 1111111 1100011 11110

Color Harmonies of #019912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019912

Black with #019912

Text Example


Text Example

White with #019912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019912; }

 p { color: rgb(1,153,18); }

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

background-color css

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

 a { background-color: rgb(1,153,18); }

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

border-color css

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

 span { border-color: rgb(1,153,18); }

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