#04C175

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

Shades of Jade #04C175

Tints of Jade #04C175

Color information

#04C175 (or 0x04C175) is unknown color: approx Jade. HEX triplet: 04, C1 and 75. RGB value is (4,193,117). Sum of RGB (Red+Green+Blue) = 4+193+117=314 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 314); Green value is 193 (75.78% from 255 or 61.46% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 193 - color contains mainly: green. Hex color #04C175 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C175 is #FB3E8A. Grayscale: #7F7F7F. Windows color (decimal): -16465547 or 7717124. OLE color: 7717124.

HSL color Cylindrical-coordinate representation of color #04C175: hue angle of 155.87º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C175 is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB4193117-
CMYK0.9800.390.24
HSL155.87º95.94%38.63%-
HSV(B)155.87º97.93%75.69%-
XYZ22.3339.4523.27-
YUV127.82121.8839.68-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.27%
GREEN value IS 193 (75.78% from 255) = 61.46%
BLUE value IS 117 (46.09% from 255) = 37.26%
R=1.27%
G=61.46%
B=37.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal41931170.9800.390.24155.8795.9438.63
Hex4C17562027189c6027
Octal43011651420473023414047
Binary1001100000111101011100010010011111000100111001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04C175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04C175; }

 p { color: rgb(4,193,117); }

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

<style>
 a { background-color: #04C175; }

 a { background-color: rgb(4,193,117); }

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

<style>
 span { border-color: #04C175; }

 span { border-color: rgb(4,193,117); }

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