Html Css Color HEX #019B0F Islamic Green

📋 copy color: '#019B0F'

red 1 ◦ green 155 ◦ blue 15

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

Shades of Islamic Green #019B0F

Tints of Islamic Green #019B0F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 90.64%

 BLUE value IS 15 (6.25% from 255) = 8.77%

R = 0.58%
G = 90.64%
B = 8.77%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#019B0F (or 0x019B0F) is known color: Islamic Green. HEX triplet: 01, 9B and 0F. RGB value is (1,155,15). Sum of RGB (Red+Green+Blue) = 1+155+15=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 155 (60.94% from 255 or 90.64% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 155 - color contains mainly: green. Hex color #019B0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019B0F is #FE64F0. Grayscale: #5D5D5D. Windows color (decimal): -16671985 or 1022721. OLE color: 1022721.

HSL color Cylindrical-coordinate representation of color #019B0F: hue angle of 125.45º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019B0F is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 155 15 -
CMYK 0.99 0 0.90 0.39
HSL 125.45º 0.99% 0.31% -
HSV(B) 125.45º 0.99% 0.61% -
XYZ 11.82 23.48 4.36 -
YUV 92.99 83.98 62.38 -
System Red Green Blue C M Y K H S L
Decimal 1 155 15 0.99 0 0.90 0.39 125.45 0.99 0.31
Hex 1 9B F 63 0 5A 27 7D 63 1F
Octal 1 233 17 143 0 132 47 175 143 37
Binary 1 10011011 1111 1100011 0 1011010 100111 1111101 1100011 11111

Color Harmonies of #019B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019B0F

Black with #019B0F

Text Example


Text Example

White with #019B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,155,15); }

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

background-color css

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

 a { background-color: rgb(1,155,15); }

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

border-color css

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

 span { border-color: rgb(1,155,15); }

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