Html Css Color HEX #019C0F Islamic Green

📋 copy color: '#019C0F'

red 1 ◦ green 156 ◦ blue 15

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

Shades of Islamic Green #019C0F

Tints of Islamic Green #019C0F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 90.7%

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

R = 0.58%
G = 90.7%
B = 8.72%

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

#019C0F (or 0x019C0F) is known color: Islamic Green. HEX triplet: 01, 9C and 0F. RGB value is (1,156,15). Sum of RGB (Red+Green+Blue) = 1+156+15=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 156 (61.33% from 255 or 90.70% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 156 - color contains mainly: green. Hex color #019C0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019C0F is #FE63F0. Grayscale: #5D5D5D. Windows color (decimal): -16671729 or 1022977. OLE color: 1022977.

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

Color convert

RGB 1 156 15 -
CMYK 0.99 0 0.90 0.39
HSL 125.42º 0.99% 0.31% -
HSV(B) 125.42º 0.99% 0.61% -
XYZ 11.99 23.82 4.42 -
YUV 93.58 83.65 61.96 -
System Red Green Blue C M Y K H S L
Decimal 1 156 15 0.99 0 0.90 0.39 125.42 0.99 0.31
Hex 1 9C F 63 0 5A 27 7D 63 1F
Octal 1 234 17 143 0 132 47 175 143 37
Binary 1 10011100 1111 1100011 0 1011010 100111 1111101 1100011 11111

Color Harmonies of #019C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019C0F

Black with #019C0F

Text Example


Text Example

White with #019C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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