Html Css Color HEX #00C476 Jade

📋 copy color: '#00C476'

red 0 ◦ green 196 ◦ blue 118

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

Shades of Jade #00C476

Tints of Jade #00C476

RGB

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

 GREEN value IS 196 (76.95% from 255) = 62.42%

 BLUE value IS 118 (46.48% from 255) = 37.58%

R = 0%
G = 62.42%
B = 37.58%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#00C476 (or 0x00C476) is known color: Jade. HEX triplet: 00, C4 and 76. RGB value is (0,196,118). Sum of RGB (Red+Green+Blue) = 0+196+118=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 196 (76.95% from 255 or 62.42% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 196 - color contains mainly: green. Hex color #00C476 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C476 is #FF3B89. Grayscale: #808080. Windows color (decimal): -16726922 or 7783424. OLE color: 7783424.

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

Color convert

RGB 0 196 118 -
CMYK 1 0 0.40 0.23
HSL 156.12º 1% 0.38% -
HSV(B) 156.12º 1% 0.77% -
XYZ 23.01 40.79 23.8 -
YUV 128.5 122.07 36.34 -
System Red Green Blue C M Y K H S L
Decimal 0 196 118 1 0 0.40 0.23 156.12 1 0.38
Hex 0 C4 76 64 0 28 17 9C 64 26
Octal 0 304 166 144 0 50 27 234 144 46
Binary 0 11000100 1110110 1100100 0 101000 10111 10011100 1100100 100110

Color Harmonies of #00C476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C476

Black with #00C476

Text Example


Text Example

White with #00C476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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