Html Css Color HEX #01900D Islamic Green

📋 copy color: '#01900D'

red 1 ◦ green 144 ◦ blue 13

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

Shades of Islamic Green #01900D

Tints of Islamic Green #01900D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 91.14%

 BLUE value IS 13 (5.47% from 255) = 8.23%

R = 0.63%
G = 91.14%
B = 8.23%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#01900D (or 0x01900D) is known color: Islamic Green. HEX triplet: 01, 90 and 0D. RGB value is (1,144,13). Sum of RGB (Red+Green+Blue) = 1+144+13=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 144 (56.64% from 255 or 91.14% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 144 - color contains mainly: green. Hex color #01900D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01900D is #FE6FF2. Grayscale: #565656. Windows color (decimal): -16674803 or 888833. OLE color: 888833.

HSL color Cylindrical-coordinate representation of color #01900D: hue angle of 125.03º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01900D is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 144 13 -
CMYK 0.99 0 0.91 0.44
HSL 125.04º 0.99% 0.28% -
HSV(B) 125.04º 0.99% 0.56% -
XYZ 10.06 19.98 3.71 -
YUV 86.31 86.62 67.15 -
System Red Green Blue C M Y K H S L
Decimal 1 144 13 0.99 0 0.91 0.44 125.04 0.99 0.28
Hex 1 90 D 63 0 5B 2C 7D 63 1C
Octal 1 220 15 143 0 133 54 175 143 34
Binary 1 10010000 1101 1100011 0 1011011 101100 1111101 1100011 11100

Color Harmonies of #01900D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01900D

Black with #01900D

Text Example


Text Example

White with #01900D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01900D; }

 p { color: rgb(1,144,13); }

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

background-color css

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

 a { background-color: rgb(1,144,13); }

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

border-color css

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

 span { border-color: rgb(1,144,13); }

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