Html Css Color HEX #01C804 Islamic Green

📋 copy color: '#01C804'

red 1 ◦ green 200 ◦ blue 4

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

Shades of Islamic Green #01C804

Tints of Islamic Green #01C804

RGB

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

 GREEN value IS 200 (78.52% from 255) = 97.56%

 BLUE value IS 4 (1.95% from 255) = 1.95%

R = 0.49%
G = 97.56%
B = 1.95%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#01C804 (or 0x01C804) is known color: Islamic Green. HEX triplet: 01, C8 and 04. RGB value is (1,200,4). Sum of RGB (Red+Green+Blue) = 1+200+4=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 200 (78.52% from 255 or 97.56% from 205); Blue value is 4 (1.95% from 255 or 1.95% from 205); Max value from RGB is 200 - color contains mainly: green. Hex color #01C804 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C804 is #FE37FB. Grayscale: #767676. Windows color (decimal): -16660476 or 313345. OLE color: 313345.

HSL color Cylindrical-coordinate representation of color #01C804: hue angle of 120.9º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C804 is Cyan = 1.00, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 1 200 4 -
CMYK 1.00 0 0.98 0.22
HSL 120.9º 0.99% 0.39% -
HSV(B) 120.9º 1% 0.78% -
XYZ 20.69 41.32 7 -
YUV 118.16 63.57 44.44 -
System Red Green Blue C M Y K H S L
Decimal 1 200 4 1.00 0 0.98 0.22 120.9 0.99 0.39
Hex 1 C8 4 64 0 62 16 79 63 27
Octal 1 310 4 144 0 142 26 171 143 47
Binary 1 11001000 100 1100100 0 1100010 10110 1111001 1100011 100111

Color Harmonies of #01C804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C804

Black with #01C804

Text Example


Text Example

White with #01C804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,200,4); }

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

background-color css

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

 a { background-color: rgb(1,200,4); }

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

border-color css

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

 span { border-color: rgb(1,200,4); }

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