Html Css Color HEX #01C179 Jade

📋 copy color: '#01C179'

red 1 ◦ green 193 ◦ blue 121

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

Shades of Jade #01C179

Tints of Jade #01C179

RGB

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

 GREEN value IS 193 (75.78% from 255) = 61.27%

 BLUE value IS 121 (47.66% from 255) = 38.41%

R = 0.32%
G = 61.27%
B = 38.41%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#01C179 (or 0x01C179) is known color: Jade. HEX triplet: 01, C1 and 79. RGB value is (1,193,121). Sum of RGB (Red+Green+Blue) = 1+193+121=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 193 (75.78% from 255 or 61.27% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 193 - color contains mainly: green. Hex color #01C179 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C179 is #FE3E86. Grayscale: #7F7F7F. Windows color (decimal): -16662151 or 7979265. OLE color: 7979265.

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

Color convert

RGB 1 193 121 -
CMYK 0.99 0 0.37 0.24
HSL 157.5º 0.99% 0.38% -
HSV(B) 157.5º 0.99% 0.76% -
XYZ 22.53 39.53 24.53 -
YUV 127.38 124.39 37.85 -
System Red Green Blue C M Y K H S L
Decimal 1 193 121 0.99 0 0.37 0.24 157.5 0.99 0.38
Hex 1 C1 79 63 0 25 18 9E 63 26
Octal 1 301 171 143 0 45 30 236 143 46
Binary 1 11000001 1111001 1100011 0 100101 11000 10011110 1100011 100110

Color Harmonies of #01C179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C179

Black with #01C179

Text Example


Text Example

White with #01C179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,193,121); }

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

background-color css

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

 a { background-color: rgb(1,193,121); }

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

border-color css

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

 span { border-color: rgb(1,193,121); }

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