Html Css Color HEX #01C170 Jade

📋 copy color: '#01C170'

red 1 ◦ green 193 ◦ blue 112

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

Shades of Jade #01C170

Tints of Jade #01C170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.6%

R = 0.33%
G = 63.07%
B = 36.6%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#01C170 (or 0x01C170) is known color: Jade. HEX triplet: 01, C1 and 70. RGB value is (1,193,112). Sum of RGB (Red+Green+Blue) = 1+193+112=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 193 (75.78% from 255 or 63.07% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 193 - color contains mainly: green. Hex color #01C170 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C170 is #FE3E8F. Grayscale: #7E7E7E. Windows color (decimal): -16662160 or 7389441. OLE color: 7389441.

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

Color convert

RGB 1 193 112 -
CMYK 0.99 0 0.42 0.24
HSL 154.69º 0.99% 0.38% -
HSV(B) 154.69º 0.99% 0.76% -
XYZ 22.01 39.32 21.76 -
YUV 126.36 119.89 38.59 -
System Red Green Blue C M Y K H S L
Decimal 1 193 112 0.99 0 0.42 0.24 154.69 0.99 0.38
Hex 1 C1 70 63 0 2A 18 9B 63 26
Octal 1 301 160 143 0 52 30 233 143 46
Binary 1 11000001 1110000 1100011 0 101010 11000 10011011 1100011 100110

Color Harmonies of #01C170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C170

Black with #01C170

Text Example


Text Example

White with #01C170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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