Html Css Color HEX #01C106 Islamic Green

📋 copy color: '#01C106'

red 1 ◦ green 193 ◦ blue 6

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

Shades of Islamic Green #01C106

Tints of Islamic Green #01C106

RGB

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

 GREEN value IS 193 (75.78% from 255) = 96.5%

 BLUE value IS 6 (2.73% from 255) = 3%

R = 0.5%
G = 96.5%
B = 3%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#01C106 (or 0x01C106) is known color: Islamic Green. HEX triplet: 01, C1 and 06. RGB value is (1,193,6). Sum of RGB (Red+Green+Blue) = 1+193+6=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 193 (75.78% from 255 or 96.5% from 200); Blue value is 6 (2.73% from 255 or 3% from 200); Max value from RGB is 193 - color contains mainly: green. Hex color #01C106 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C106 is #FE3EF9. Grayscale: #727272. Windows color (decimal): -16662266 or 442625. OLE color: 442625.

HSL color Cylindrical-coordinate representation of color #01C106: hue angle of 121.56º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C106 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 193 6 -
CMYK 0.99 0 0.97 0.24
HSL 121.56º 0.99% 0.38% -
HSV(B) 121.56º 0.99% 0.76% -
XYZ 19.12 38.16 6.53 -
YUV 114.27 66.89 47.21 -
System Red Green Blue C M Y K H S L
Decimal 1 193 6 0.99 0 0.97 0.24 121.56 0.99 0.38
Hex 1 C1 6 63 0 61 18 7A 63 26
Octal 1 301 6 143 0 141 30 172 143 46
Binary 1 11000001 110 1100011 0 1100001 11000 1111010 1100011 100110

Color Harmonies of #01C106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C106

Black with #01C106

Text Example


Text Example

White with #01C106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01C106; }

 p { color: rgb(1,193,6); }

 H1.HeaderClassName
 {
   color: #01C106;
 }
 .AnyTagClassName
 {
   color: #01C106;
 }
</style>

background-color css

<style>
 a { background-color: #01C106; }

 a { background-color: rgb(1,193,6); }

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

border-color css

<style>
 span { border-color: #01C106; }

 span { border-color: rgb(1,193,6); }

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