#00C378

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

Shades of Jade #00C378

Tints of Jade #00C378

Color information

#00C378 (or 0x00C378) is unknown color: approx Jade. HEX triplet: 00, C3 and 78. RGB value is (0,195,120). Sum of RGB (Red+Green+Blue) = 0+195+120=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 195 (76.56% from 255 or 61.90% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 195 - color contains mainly: green. Hex color #00C378 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C378 is #FF3C87. Grayscale: #808080. Windows color (decimal): -16727176 or 7914240. OLE color: 7914240.

HSL color Cylindrical-coordinate representation of color #00C378: hue angle of 156.92º 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 #00C378 is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB0195120-
CMYK100.380.24
HSL156.92º100%38.24%-
HSV(B)156.92º100%76.47%-
XYZ22.9140.3924.36-
YUV128.14123.436.6-

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.90%
BLUE value IS 120 (47.27% from 255) = 38.10%
R=0%
G=61.90%
B=38.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal0195120100.380.24156.9210038.24
Hex0C37864026189d6426
Octal03031701440463023514446
Binary01100001111110001100100010011011000100111011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00C378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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