Html Css Color HEX #01C576 Jade

📋 copy color: '#01C576'

red 1 ◦ green 197 ◦ blue 118

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

Shades of Jade #01C576

Tints of Jade #01C576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.34%

R = 0.32%
G = 62.34%
B = 37.34%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#01C576 (or 0x01C576) is known color: Jade. HEX triplet: 01, C5 and 76. RGB value is (1,197,118). Sum of RGB (Red+Green+Blue) = 1+197+118=316 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 316); Green value is 197 (77.34% from 255 or 62.34% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 197 - color contains mainly: green. Hex color #01C576 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C576 is #FE3A89. Grayscale: #818181. Windows color (decimal): -16661130 or 7783681. OLE color: 7783681.

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

Color convert

RGB 1 197 118 -
CMYK 0.99 0 0.40 0.23
HSL 155.82º 0.99% 0.39% -
HSV(B) 155.82º 0.99% 0.77% -
XYZ 23.25 41.25 23.88 -
YUV 129.39 121.57 36.42 -
System Red Green Blue C M Y K H S L
Decimal 1 197 118 0.99 0 0.40 0.23 155.82 0.99 0.39
Hex 1 C5 76 63 0 28 17 9C 63 27
Octal 1 305 166 143 0 50 27 234 143 47
Binary 1 11000101 1110110 1100011 0 101000 10111 10011100 1100011 100111

Color Harmonies of #01C576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C576

Black with #01C576

Text Example


Text Example

White with #01C576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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