Html Css Color HEX #01C108 Islamic Green

📋 copy color: '#01C108'

red 1 ◦ green 193 ◦ blue 8

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

Shades of Islamic Green #01C108

Tints of Islamic Green #01C108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.96%

R = 0.5%
G = 95.54%
B = 3.96%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#01C108 (or 0x01C108) is known color: Islamic Green. HEX triplet: 01, C1 and 08. RGB value is (1,193,8). Sum of RGB (Red+Green+Blue) = 1+193+8=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 193 (75.78% from 255 or 95.54% from 202); Blue value is 8 (3.52% from 255 or 3.96% from 202); Max value from RGB is 193 - color contains mainly: green. Hex color #01C108 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C108 is #FE3EF7. Grayscale: #737373. Windows color (decimal): -16662264 or 573697. OLE color: 573697.

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

Color convert

RGB 1 193 8 -
CMYK 0.99 0 0.96 0.24
HSL 122.19º 0.99% 0.38% -
HSV(B) 122.19º 0.99% 0.76% -
XYZ 19.13 38.16 6.59 -
YUV 114.5 67.89 47.04 -
System Red Green Blue C M Y K H S L
Decimal 1 193 8 0.99 0 0.96 0.24 122.19 0.99 0.38
Hex 1 C1 8 63 0 60 18 7A 63 26
Octal 1 301 10 143 0 140 30 172 143 46
Binary 1 11000001 1000 1100011 0 1100000 11000 1111010 1100011 100110

Color Harmonies of #01C108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C108

Black with #01C108

Text Example


Text Example

White with #01C108

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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