Html Css Color HEX #01C408 Islamic Green

📋 copy color: '#01C408'

red 1 ◦ green 196 ◦ blue 8

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

Shades of Islamic Green #01C408

Tints of Islamic Green #01C408

RGB

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

 GREEN value IS 196 (76.95% from 255) = 95.61%

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

R = 0.49%
G = 95.61%
B = 3.9%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#01C408 (or 0x01C408) is known color: Islamic Green. HEX triplet: 01, C4 and 08. RGB value is (1,196,8). Sum of RGB (Red+Green+Blue) = 1+196+8=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 196 (76.95% from 255 or 95.61% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 196 - color contains mainly: green. Hex color #01C408 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C408 is #FE3BF7. Grayscale: #747474. Windows color (decimal): -16661496 or 574465. OLE color: 574465.

HSL color Cylindrical-coordinate representation of color #01C408: hue angle of 122.15º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C408 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 1 196 8 -
CMYK 0.99 0 0.96 0.23
HSL 122.15º 0.99% 0.39% -
HSV(B) 122.15º 0.99% 0.77% -
XYZ 19.8 39.5 6.81 -
YUV 116.26 66.9 45.79 -
System Red Green Blue C M Y K H S L
Decimal 1 196 8 0.99 0 0.96 0.23 122.15 0.99 0.39
Hex 1 C4 8 63 0 60 17 7A 63 27
Octal 1 304 10 143 0 140 27 172 143 47
Binary 1 11000100 1000 1100011 0 1100000 10111 1111010 1100011 100111

Color Harmonies of #01C408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C408

Black with #01C408

Text Example


Text Example

White with #01C408

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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