#01C075

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

Shades of Jade #01C075

Tints of Jade #01C075

Color information

#01C075 (or 0x01C075) is unknown color: approx Jade. HEX triplet: 01, C0 and 75. RGB value is (1,192,117). Sum of RGB (Red+Green+Blue) = 1+192+117=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 192 (75.39% from 255 or 61.94% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 192 - color contains mainly: green. Hex color #01C075 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C075 is #FE3F8A. Grayscale: #7E7E7E. Windows color (decimal): -16662411 or 7716865. OLE color: 7716865.

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

Color convert

RGB1192117-
CMYK0.9900.390.25
HSL156.44º98.96%37.84%-
HSV(B)156.44º99.48%75.29%-
XYZ22.0738.9923.19-
YUV126.34122.7238.6-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.32%
GREEN value IS 192 (75.39% from 255) = 61.94%
BLUE value IS 117 (46.09% from 255) = 37.74%
R=0.32%
G=61.94%
B=37.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11921170.9900.390.25156.4498.9637.84
Hex1C07563027199c6326
Octal13001651430473123414346
Binary11100000011101011100011010011111001100111001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01C075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,192,117); }

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

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

 a { background-color: rgb(1,192,117); }

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

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

 span { border-color: rgb(1,192,117); }

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