Html Css Color HEX #019C00 Islamic Green

📋 copy color: '#019C00'

red 1 ◦ green 156 ◦ blue 0

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

Shades of Islamic Green #019C00

Tints of Islamic Green #019C00

RGB

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

 GREEN value IS 156 (61.33% from 255) = 99.36%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 0.64%
G = 99.36%
B = 0%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 1

 K value IS 0.39

RGB Variations

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

Color information

#019C00 (or 0x019C00) is known color: Islamic Green. HEX triplet: 01, 9C and 00. RGB value is (1,156,0). Sum of RGB (Red+Green+Blue) = 1+156+0=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 156 (61.33% from 255 or 99.36% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 156 - color contains mainly: green. Hex color #019C00 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019C00 is #FE63FF. Grayscale: #5C5C5C. Windows color (decimal): -16671744 or 39937. OLE color: 39937.

HSL color Cylindrical-coordinate representation of color #019C00: hue angle of 119.62º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019C00 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 156 0 -
CMYK 0.99 0 1 0.39
HSL 119.62º 1% 0.31% -
HSV(B) 119.62º 1% 0.61% -
XYZ 11.9 23.78 3.96 -
YUV 91.87 76.15 63.18 -
System Red Green Blue C M Y K H S L
Decimal 1 156 0 0.99 0 1 0.39 119.62 1 0.31
Hex 1 9C 0 63 0 64 27 78 64 1F
Octal 1 234 0 143 0 144 47 170 144 37
Binary 1 10011100 0 1100011 0 1100100 100111 1111000 1100100 11111

Color Harmonies of #019C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019C00

Black with #019C00

Text Example


Text Example

White with #019C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019C00; }

 p { color: rgb(1,156,0); }

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

background-color css

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

 a { background-color: rgb(1,156,0); }

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

border-color css

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

 span { border-color: rgb(1,156,0); }

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