Html Css Color HEX #01C577 Jade

📋 copy color: '#01C577'

red 1 ◦ green 197 ◦ blue 119

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

Shades of Jade #01C577

Tints of Jade #01C577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.54%

R = 0.32%
G = 62.15%
B = 37.54%

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

#01C577 (or 0x01C577) is known color: Jade. HEX triplet: 01, C5 and 77. RGB value is (1,197,119). Sum of RGB (Red+Green+Blue) = 1+197+119=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 197 (77.34% from 255 or 62.15% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 197 - color contains mainly: green. Hex color #01C577 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C577 is #FE3A88. Grayscale: #818181. Windows color (decimal): -16661129 or 7849217. OLE color: 7849217.

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

Color convert

RGB 1 197 119 -
CMYK 0.99 0 0.40 0.23
HSL 156.12º 0.99% 0.39% -
HSV(B) 156.12º 0.99% 0.77% -
XYZ 23.31 41.27 24.19 -
YUV 129.5 122.07 36.34 -
System Red Green Blue C M Y K H S L
Decimal 1 197 119 0.99 0 0.40 0.23 156.12 0.99 0.39
Hex 1 C5 77 63 0 28 17 9C 63 27
Octal 1 305 167 143 0 50 27 234 143 47
Binary 1 11000101 1110111 1100011 0 101000 10111 10011100 1100011 100111

Color Harmonies of #01C577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C577

Black with #01C577

Text Example


Text Example

White with #01C577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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