Html Css Color HEX #019800 Islamic Green

📋 copy color: '#019800'

red 1 ◦ green 152 ◦ blue 0

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

Shades of Islamic Green #019800

Tints of Islamic Green #019800

RGB

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

 GREEN value IS 152 (59.77% from 255) = 99.35%

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

R = 0.65%
G = 99.35%
B = 0%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#019800 (or 0x019800) is known color: Islamic Green. HEX triplet: 01, 98 and 00. RGB value is (1,152,0). Sum of RGB (Red+Green+Blue) = 1+152+0=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 152 (59.77% from 255 or 99.35% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 152 - color contains mainly: green. Hex color #019800 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019800 is #FE67FF. Grayscale: #595959. Windows color (decimal): -16672768 or 38913. OLE color: 38913.

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

Color convert

RGB 1 152 0 -
CMYK 0.99 0 1 0.40
HSL 119.61º 1% 0.3% -
HSV(B) 119.61º 1% 0.6% -
XYZ 11.24 22.46 3.74 -
YUV 89.52 77.47 64.86 -
System Red Green Blue C M Y K H S L
Decimal 1 152 0 0.99 0 1 0.40 119.61 1 0.3
Hex 1 98 0 63 0 64 28 78 64 1E
Octal 1 230 0 143 0 144 50 170 144 36
Binary 1 10011000 0 1100011 0 1100100 101000 1111000 1100100 11110

Color Harmonies of #019800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019800

Black with #019800

Text Example


Text Example

White with #019800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019800; }

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

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

background-color css

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

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

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

border-color css

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

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

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