Html Css Color HEX #01C504 Islamic Green

📋 copy color: '#01C504'

red 1 ◦ green 197 ◦ blue 4

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

Shades of Islamic Green #01C504

Tints of Islamic Green #01C504

RGB

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

 GREEN value IS 197 (77.34% from 255) = 97.52%

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

R = 0.5%
G = 97.52%
B = 1.98%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#01C504 (or 0x01C504) is known color: Islamic Green. HEX triplet: 01, C5 and 04. RGB value is (1,197,4). Sum of RGB (Red+Green+Blue) = 1+197+4=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 197 (77.34% from 255 or 97.52% from 202); Blue value is 4 (1.95% from 255 or 1.98% from 202); Max value from RGB is 197 - color contains mainly: green. Hex color #01C504 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C504 is #FE3AFB. Grayscale: #747474. Windows color (decimal): -16661244 or 312577. OLE color: 312577.

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

Color convert

RGB 1 197 4 -
CMYK 0.99 0 0.98 0.23
HSL 120.92º 0.99% 0.39% -
HSV(B) 120.92º 0.99% 0.77% -
XYZ 20 39.95 6.77 -
YUV 116.39 64.57 45.69 -
System Red Green Blue C M Y K H S L
Decimal 1 197 4 0.99 0 0.98 0.23 120.92 0.99 0.39
Hex 1 C5 4 63 0 62 17 79 63 27
Octal 1 305 4 143 0 142 27 171 143 47
Binary 1 11000101 100 1100011 0 1100010 10111 1111001 1100011 100111

Color Harmonies of #01C504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C504

Black with #01C504

Text Example


Text Example

White with #01C504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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