#00C379

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

Shades of Jade #00C379

Tints of Jade #00C379

Color information

#00C379 (or 0x00C379) is unknown color: approx Jade. HEX triplet: 00, C3 and 79. RGB value is (0,195,121). Sum of RGB (Red+Green+Blue) = 0+195+121=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 195 (76.56% from 255 or 61.71% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 195 - color contains mainly: green. Hex color #00C379 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C379 is #FF3C86. Grayscale: #808080. Windows color (decimal): -16727175 or 7979776. OLE color: 7979776.

HSL color Cylindrical-coordinate representation of color #00C379: hue angle of 157.23º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C379 is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB0195121-
CMYK100.380.24
HSL157.23º100%38.24%-
HSV(B)157.23º100%76.47%-
XYZ22.9740.4124.68-
YUV128.26123.936.52-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 195 (76.56% from 255) = 61.71%
BLUE value IS 121 (47.66% from 255) = 38.29%
R=0%
G=61.71%
B=38.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal0195121100.380.24157.2310038.24
Hex0C37964026189d6426
Octal03031711440463023514446
Binary01100001111110011100100010011011000100111011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00C379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,195,121); }

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

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

 a { background-color: rgb(0,195,121); }

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

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

 span { border-color: rgb(0,195,121); }

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