#01C174

Color #01C174 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #01C174

Tints of Jade #01C174

Color information

#01C174 (or 0x01C174) is unknown color: approx Jade. HEX triplet: 01, C1 and 74. RGB value is (1,193,116). Sum of RGB (Red+Green+Blue) = 1+193+116=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 193 (75.78% from 255 or 62.26% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 193 - color contains mainly: green. Hex color #01C174 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C174 is #FE3E8B. Grayscale: #7E7E7E. Windows color (decimal): -16662156 or 7651585. OLE color: 7651585.

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

Color convert

RGB1193116-
CMYK0.9900.400.24
HSL155.94º98.97%38.04%-
HSV(B)155.94º99.48%75.69%-
XYZ22.2339.4122.96-
YUV126.81121.8938.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.32%
GREEN value IS 193 (75.78% from 255) = 62.26%
BLUE value IS 116 (45.70% from 255) = 37.42%
R=0.32%
G=62.26%
B=37.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal11931160.9900.400.24155.9498.9738.04
Hex1C17463028189c6326
Octal13011641430503023414346
Binary11100000111101001100011010100011000100111001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01C174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01C174;
 }
 .AnyTagClassName
 {
   color: #01C174;
 }
</style>
background-color css

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

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

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

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

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

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