#00C776

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

Shades of Jade #00C776

Tints of Jade #00C776

Color information

#00C776 (or 0x00C776) is unknown color: approx Jade. HEX triplet: 00, C7 and 76. RGB value is (0,199,118). Sum of RGB (Red+Green+Blue) = 0+199+118=317 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 317); Green value is 199 (78.12% from 255 or 62.78% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 199 - color contains mainly: green. Hex color #00C776 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C776 is #FF3889. Grayscale: #828282. Windows color (decimal): -16726154 or 7784192. OLE color: 7784192.

HSL color Cylindrical-coordinate representation of color #00C776: hue angle of 155.58º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C776 is Cyan = 1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB0199118-
CMYK100.410.22
HSL155.58º100%39.02%-
HSV(B)155.58º100%78.04%-
XYZ23.6942.1524.03-
YUV130.26121.0735.09-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 199 (78.12% from 255) = 62.78%
BLUE value IS 118 (46.48% from 255) = 37.22%
R=0%
G=62.78%
B=37.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal0199118100.410.22155.5810039.02
Hex0C77664029169c6427
Octal03071661440512623414447
Binary01100011111101101100100010100110110100111001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00C776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00C776; }

 p { color: rgb(0,199,118); }

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

<style>
 a { background-color: #00C776; }

 a { background-color: rgb(0,199,118); }

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

<style>
 span { border-color: #00C776; }

 span { border-color: rgb(0,199,118); }

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