Html Css Color HEX #00C378 Jade

📋 copy color: '#00C378'

red 0 ◦ green 195 ◦ blue 120

#00C378
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jade #00C378

Tints of Jade #00C378

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 195 (76.56% from 255) = 61.9%

 BLUE value IS 120 (47.27% from 255) = 38.1%

R = 0%
G = 61.9%
B = 38.1%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#00C378 (or 0x00C378) is known color: 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

RGB 0 195 120 -
CMYK 1 0 0.38 0.24
HSL 156.92º 1% 0.38% -
HSV(B) 156.92º 1% 0.76% -
XYZ 22.91 40.39 24.36 -
YUV 128.15 123.4 36.6 -
System Red Green Blue C M Y K H S L
Decimal 0 195 120 1 0 0.38 0.24 156.92 1 0.38
Hex 0 C3 78 64 0 26 18 9D 64 26
Octal 0 303 170 144 0 46 30 235 144 46
Binary 0 11000011 1111000 1100100 0 100110 11000 10011101 1100100 100110

Color Harmonies of #00C378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C378

Black with #00C378

Text Example


Text Example

White with #00C378

Text Example


Text Example

HTML Codes & Css Web 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>