Html Css Color HEX #019A10 Islamic Green

📋 copy color: '#019A10'

red 1 ◦ green 154 ◦ blue 16

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

Shades of Islamic Green #019A10

Tints of Islamic Green #019A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.36%

R = 0.58%
G = 90.06%
B = 9.36%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#019A10 (or 0x019A10) is known color: Islamic Green. HEX triplet: 01, 9A and 10. RGB value is (1,154,16). Sum of RGB (Red+Green+Blue) = 1+154+16=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 154 (60.55% from 255 or 90.06% from 171); Blue value is 16 (6.64% from 255 or 9.36% from 171); Max value from RGB is 154 - color contains mainly: green. Hex color #019A10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019A10 is #FE65EF. Grayscale: #5C5C5C. Windows color (decimal): -16672240 or 1088001. OLE color: 1088001.

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

Color convert

RGB 1 154 16 -
CMYK 0.99 0 0.90 0.40
HSL 125.88º 0.99% 0.3% -
HSV(B) 125.88º 0.99% 0.6% -
XYZ 11.66 23.16 4.34 -
YUV 92.52 84.81 62.72 -
System Red Green Blue C M Y K H S L
Decimal 1 154 16 0.99 0 0.90 0.40 125.88 0.99 0.3
Hex 1 9A 10 63 0 5A 28 7E 63 1E
Octal 1 232 20 143 0 132 50 176 143 36
Binary 1 10011010 10000 1100011 0 1011010 101000 1111110 1100011 11110

Color Harmonies of #019A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019A10

Black with #019A10

Text Example


Text Example

White with #019A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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