Html Css Color HEX #00C078 Jade

📋 copy color: '#00C078'

red 0 ◦ green 192 ◦ blue 120

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

Shades of Jade #00C078

Tints of Jade #00C078

RGB

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

 GREEN value IS 192 (75.39% from 255) = 61.54%

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

R = 0%
G = 61.54%
B = 38.46%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#00C078 (or 0x00C078) is known color: Jade. HEX triplet: 00, C0 and 78. RGB value is (0,192,120). Sum of RGB (Red+Green+Blue) = 0+192+120=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 192 (75.39% from 255 or 61.54% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 192 - color contains mainly: green. Hex color #00C078 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C078 is #FF3F87. Grayscale: #7E7E7E. Windows color (decimal): -16727944 or 7913472. OLE color: 7913472.

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

Color convert

RGB 0 192 120 -
CMYK 1 0 0.38 0.25
HSL 157.5º 1% 0.38% -
HSV(B) 157.5º 1% 0.75% -
XYZ 22.24 39.06 24.14 -
YUV 126.38 124.39 37.85 -
System Red Green Blue C M Y K H S L
Decimal 0 192 120 1 0 0.38 0.25 157.5 1 0.38
Hex 0 C0 78 64 0 26 19 9E 64 26
Octal 0 300 170 144 0 46 31 236 144 46
Binary 0 11000000 1111000 1100100 0 100110 11001 10011110 1100100 100110

Color Harmonies of #00C078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C078

Black with #00C078

Text Example


Text Example

White with #00C078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00C078;
 }
 .AnyTagClassName
 {
   color: #00C078;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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