Html Css Color HEX #01C206 Islamic Green

📋 copy color: '#01C206'

red 1 ◦ green 194 ◦ blue 6

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

Shades of Islamic Green #01C206

Tints of Islamic Green #01C206

RGB

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

 GREEN value IS 194 (76.17% from 255) = 96.52%

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

R = 0.5%
G = 96.52%
B = 2.99%

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

#01C206 (or 0x01C206) is known color: Islamic Green. HEX triplet: 01, C2 and 06. RGB value is (1,194,6). Sum of RGB (Red+Green+Blue) = 1+194+6=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 194 (76.17% from 255 or 96.52% from 201); Blue value is 6 (2.73% from 255 or 2.99% from 201); Max value from RGB is 194 - color contains mainly: green. Hex color #01C206 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C206 is #FE3DF9. Grayscale: #737373. Windows color (decimal): -16662010 or 442881. OLE color: 442881.

HSL color Cylindrical-coordinate representation of color #01C206: hue angle of 121.55º 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 #01C206 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 194 6 -
CMYK 0.99 0 0.97 0.24
HSL 121.55º 0.99% 0.38% -
HSV(B) 121.55º 0.99% 0.76% -
XYZ 19.34 38.6 6.6 -
YUV 114.86 66.56 46.79 -
System Red Green Blue C M Y K H S L
Decimal 1 194 6 0.99 0 0.97 0.24 121.55 0.99 0.38
Hex 1 C2 6 63 0 61 18 7A 63 26
Octal 1 302 6 143 0 141 30 172 143 46
Binary 1 11000010 110 1100011 0 1100001 11000 1111010 1100011 100110

Color Harmonies of #01C206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C206

Black with #01C206

Text Example


Text Example

White with #01C206

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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