Html Css Color HEX #01C004 Islamic Green

📋 copy color: '#01C004'

red 1 ◦ green 192 ◦ blue 4

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

Shades of Islamic Green #01C004

Tints of Islamic Green #01C004

RGB

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

 GREEN value IS 192 (75.39% from 255) = 97.46%

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

R = 0.51%
G = 97.46%
B = 2.03%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#01C004 (or 0x01C004) is known color: Islamic Green. HEX triplet: 01, C0 and 04. RGB value is (1,192,4). Sum of RGB (Red+Green+Blue) = 1+192+4=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 192 (75.39% from 255 or 97.46% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 192 - color contains mainly: green. Hex color #01C004 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C004 is #FE3FFB. Grayscale: #727272. Windows color (decimal): -16662524 or 311297. OLE color: 311297.

HSL color Cylindrical-coordinate representation of color #01C004: hue angle of 120.94º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C004 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 192 4 -
CMYK 0.99 0 0.98 0.25
HSL 120.94º 0.99% 0.38% -
HSV(B) 120.94º 0.99% 0.75% -
XYZ 18.88 37.71 6.4 -
YUV 113.46 66.22 47.79 -
System Red Green Blue C M Y K H S L
Decimal 1 192 4 0.99 0 0.98 0.25 120.94 0.99 0.38
Hex 1 C0 4 63 0 62 19 79 63 26
Octal 1 300 4 143 0 142 31 171 143 46
Binary 1 11000000 100 1100011 0 1100010 11001 1111001 1100011 100110

Color Harmonies of #01C004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C004

Black with #01C004

Text Example


Text Example

White with #01C004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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