Html Css Color HEX #019A1C Islamic Green

📋 copy color: '#019A1C'

red 1 ◦ green 154 ◦ blue 28

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

Shades of Islamic Green #019A1C

Tints of Islamic Green #019A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.3%

R = 0.55%
G = 84.15%
B = 15.3%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#019A1C (or 0x019A1C) is known color: Islamic Green. HEX triplet: 01, 9A and 1C. RGB value is (1,154,28). Sum of RGB (Red+Green+Blue) = 1+154+28=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 154 (60.55% from 255 or 84.15% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 154 - color contains mainly: green. Hex color #019A1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019A1C is #FE65E3. Grayscale: #5E5E5E. Windows color (decimal): -16672228 or 1874433. OLE color: 1874433.

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

Color convert

RGB 1 154 28 -
CMYK 0.99 0 0.82 0.40
HSL 130.59º 0.99% 0.3% -
HSV(B) 130.59º 0.99% 0.6% -
XYZ 11.78 23.2 4.96 -
YUV 93.89 90.81 61.75 -
System Red Green Blue C M Y K H S L
Decimal 1 154 28 0.99 0 0.82 0.40 130.59 0.99 0.3
Hex 1 9A 1C 63 0 52 28 83 63 1E
Octal 1 232 34 143 0 122 50 203 143 36
Binary 1 10011010 11100 1100011 0 1010010 101000 10000011 1100011 11110

Color Harmonies of #019A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019A1C

Black with #019A1C

Text Example


Text Example

White with #019A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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