Html Css Color HEX #019802 Islamic Green

📋 copy color: '#019802'

red 1 ◦ green 152 ◦ blue 2

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

Shades of Islamic Green #019802

Tints of Islamic Green #019802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.29%

R = 0.65%
G = 98.06%
B = 1.29%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#019802 (or 0x019802) is known color: Islamic Green. HEX triplet: 01, 98 and 02. RGB value is (1,152,2). Sum of RGB (Red+Green+Blue) = 1+152+2=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 152 (59.77% from 255 or 98.06% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 152 - color contains mainly: green. Hex color #019802 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019802 is #FE67FD. Grayscale: #5A5A5A. Windows color (decimal): -16672766 or 169985. OLE color: 169985.

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

Color convert

RGB 1 152 2 -
CMYK 0.99 0 0.99 0.40
HSL 120.4º 0.99% 0.3% -
HSV(B) 120.4º 0.99% 0.6% -
XYZ 11.25 22.47 3.8 -
YUV 89.75 78.47 64.7 -
System Red Green Blue C M Y K H S L
Decimal 1 152 2 0.99 0 0.99 0.40 120.4 0.99 0.3
Hex 1 98 2 63 0 63 28 78 63 1E
Octal 1 230 2 143 0 143 50 170 143 36
Binary 1 10011000 10 1100011 0 1100011 101000 1111000 1100011 11110

Color Harmonies of #019802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019802

Black with #019802

Text Example


Text Example

White with #019802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019802; }

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

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

background-color css

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

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

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

border-color css

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

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

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