Html Css Color HEX #01C006 Islamic Green

📋 copy color: '#01C006'

red 1 ◦ green 192 ◦ blue 6

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

Shades of Islamic Green #01C006

Tints of Islamic Green #01C006

RGB

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

 GREEN value IS 192 (75.39% from 255) = 96.48%

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

R = 0.5%
G = 96.48%
B = 3.02%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#01C006 (or 0x01C006) is known color: Islamic Green. HEX triplet: 01, C0 and 06. RGB value is (1,192,6). Sum of RGB (Red+Green+Blue) = 1+192+6=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 192 (75.39% from 255 or 96.48% from 199); Blue value is 6 (2.73% from 255 or 3.02% from 199); Max value from RGB is 192 - color contains mainly: green. Hex color #01C006 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C006 is #FE3FF9. Grayscale: #727272. Windows color (decimal): -16662522 or 442369. OLE color: 442369.

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

Color convert

RGB 1 192 6 -
CMYK 0.99 0 0.97 0.25
HSL 121.57º 0.99% 0.38% -
HSV(B) 121.57º 0.99% 0.75% -
XYZ 18.9 37.72 6.46 -
YUV 113.69 67.22 47.62 -
System Red Green Blue C M Y K H S L
Decimal 1 192 6 0.99 0 0.97 0.25 121.57 0.99 0.38
Hex 1 C0 6 63 0 61 19 7A 63 26
Octal 1 300 6 143 0 141 31 172 143 46
Binary 1 11000000 110 1100011 0 1100001 11001 1111010 1100011 100110

Color Harmonies of #01C006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C006

Black with #01C006

Text Example


Text Example

White with #01C006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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