Html Css Color HEX #01C173 Jade

📋 copy color: '#01C173'

red 1 ◦ green 193 ◦ blue 115

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

Shades of Jade #01C173

Tints of Jade #01C173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.22%

R = 0.32%
G = 62.46%
B = 37.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#01C173 (or 0x01C173) is known color: Jade. HEX triplet: 01, C1 and 73. RGB value is (1,193,115). Sum of RGB (Red+Green+Blue) = 1+193+115=309 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 309); Green value is 193 (75.78% from 255 or 62.46% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 193 - color contains mainly: green. Hex color #01C173 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C173 is #FE3E8C. Grayscale: #7E7E7E. Windows color (decimal): -16662157 or 7586049. OLE color: 7586049.

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

Color convert

RGB 1 193 115 -
CMYK 0.99 0 0.40 0.24
HSL 155.63º 0.99% 0.38% -
HSV(B) 155.63º 0.99% 0.76% -
XYZ 22.18 39.38 22.65 -
YUV 126.7 121.39 38.34 -
System Red Green Blue C M Y K H S L
Decimal 1 193 115 0.99 0 0.40 0.24 155.63 0.99 0.38
Hex 1 C1 73 63 0 28 18 9C 63 26
Octal 1 301 163 143 0 50 30 234 143 46
Binary 1 11000001 1110011 1100011 0 101000 11000 10011100 1100011 100110

Color Harmonies of #01C173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C173

Black with #01C173

Text Example


Text Example

White with #01C173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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