Html Css Color HEX #01991A Islamic Green

📋 copy color: '#01991A'

red 1 ◦ green 153 ◦ blue 26

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

Shades of Islamic Green #01991A

Tints of Islamic Green #01991A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.44%

R = 0.56%
G = 85%
B = 14.44%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.83

 K value IS 0.4

RGB Variations

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

Color information

#01991A (or 0x01991A) is known color: Islamic Green. HEX triplet: 01, 99 and 1A. RGB value is (1,153,26). Sum of RGB (Red+Green+Blue) = 1+153+26=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 153 (60.16% from 255 or 85% from 180); Blue value is 26 (10.55% from 255 or 14.44% from 180); Max value from RGB is 153 - color contains mainly: green. Hex color #01991A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01991A is #FE66E5. Grayscale: #5D5D5D. Windows color (decimal): -16672486 or 1743105. OLE color: 1743105.

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

Color convert

RGB 1 153 26 -
CMYK 0.99 0 0.83 0.4
HSL 129.87º 0.99% 0.3% -
HSV(B) 129.87º 0.99% 0.6% -
XYZ 11.59 22.86 4.78 -
YUV 93.07 90.14 62.33 -
System Red Green Blue C M Y K H S L
Decimal 1 153 26 0.99 0 0.83 0.4 129.87 0.99 0.3
Hex 1 99 1A 63 0 53 28 82 63 1E
Octal 1 231 32 143 0 123 50 202 143 36
Binary 1 10011001 11010 1100011 0 1010011 101000 10000010 1100011 11110

Color Harmonies of #01991A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01991A

Black with #01991A

Text Example


Text Example

White with #01991A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01991A; }

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

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

background-color css

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

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

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

border-color css

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

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

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