Html Css Color HEX #01C306 Islamic Green

📋 copy color: '#01C306'

red 1 ◦ green 195 ◦ blue 6

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

Shades of Islamic Green #01C306

Tints of Islamic Green #01C306

RGB

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

 GREEN value IS 195 (76.56% from 255) = 96.53%

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

R = 0.5%
G = 96.53%
B = 2.97%

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

#01C306 (or 0x01C306) is known color: Islamic Green. HEX triplet: 01, C3 and 06. RGB value is (1,195,6). Sum of RGB (Red+Green+Blue) = 1+195+6=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 195 (76.56% from 255 or 96.53% from 202); Blue value is 6 (2.73% from 255 or 2.97% from 202); Max value from RGB is 195 - color contains mainly: green. Hex color #01C306 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C306 is #FE3CF9. Grayscale: #747474. Windows color (decimal): -16661754 or 443137. OLE color: 443137.

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

Color convert

RGB 1 195 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.56 39.05 6.68 -
YUV 115.45 66.23 46.37 -
System Red Green Blue C M Y K H S L
Decimal 1 195 6 0.99 0 0.97 0.24 121.55 0.99 0.38
Hex 1 C3 6 63 0 61 18 7A 63 26
Octal 1 303 6 143 0 141 30 172 143 46
Binary 1 11000011 110 1100011 0 1100001 11000 1111010 1100011 100110

Color Harmonies of #01C306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C306

Black with #01C306

Text Example


Text Example

White with #01C306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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