Html Css Color HEX #019A0D Islamic Green

📋 copy color: '#019A0D'

red 1 ◦ green 154 ◦ blue 13

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

Shades of Islamic Green #019A0D

Tints of Islamic Green #019A0D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 91.67%

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

R = 0.6%
G = 91.67%
B = 7.74%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#019A0D (or 0x019A0D) is known color: Islamic Green. HEX triplet: 01, 9A and 0D. RGB value is (1,154,13). Sum of RGB (Red+Green+Blue) = 1+154+13=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 154 (60.55% from 255 or 91.67% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 154 - color contains mainly: green. Hex color #019A0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019A0D is #FE65F2. Grayscale: #5C5C5C. Windows color (decimal): -16672243 or 891393. OLE color: 891393.

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

Color convert

RGB 1 154 13 -
CMYK 0.99 0 0.92 0.40
HSL 124.71º 0.99% 0.3% -
HSV(B) 124.71º 0.99% 0.6% -
XYZ 11.64 23.15 4.24 -
YUV 92.18 83.31 62.96 -
System Red Green Blue C M Y K H S L
Decimal 1 154 13 0.99 0 0.92 0.40 124.71 0.99 0.3
Hex 1 9A D 63 0 5C 28 7D 63 1E
Octal 1 232 15 143 0 134 50 175 143 36
Binary 1 10011010 1101 1100011 0 1011100 101000 1111101 1100011 11110

Color Harmonies of #019A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019A0D

Black with #019A0D

Text Example


Text Example

White with #019A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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