Html Css Color HEX #01C805 Islamic Green

📋 copy color: '#01C805'

red 1 ◦ green 200 ◦ blue 5

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

Shades of Islamic Green #01C805

Tints of Islamic Green #01C805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.43%

R = 0.49%
G = 97.09%
B = 2.43%

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

#01C805 (or 0x01C805) is known color: Islamic Green. HEX triplet: 01, C8 and 05. RGB value is (1,200,5). Sum of RGB (Red+Green+Blue) = 1+200+5=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 200 (78.52% from 255 or 97.09% from 206); Blue value is 5 (2.34% from 255 or 2.43% from 206); Max value from RGB is 200 - color contains mainly: green. Hex color #01C805 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C805 is #FE37FA. Grayscale: #767676. Windows color (decimal): -16660475 or 378881. OLE color: 378881.

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

Color convert

RGB 1 200 5 -
CMYK 1.00 0 0.98 0.22
HSL 121.21º 0.99% 0.39% -
HSV(B) 121.21º 1% 0.78% -
XYZ 20.69 41.33 7.03 -
YUV 118.27 64.07 44.36 -
System Red Green Blue C M Y K H S L
Decimal 1 200 5 1.00 0 0.98 0.22 121.21 0.99 0.39
Hex 1 C8 5 64 0 62 16 79 63 27
Octal 1 310 5 144 0 142 26 171 143 47
Binary 1 11001000 101 1100100 0 1100010 10110 1111001 1100011 100111

Color Harmonies of #01C805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C805

Black with #01C805

Text Example


Text Example

White with #01C805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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