Html Css Color HEX #00BC78 Jade

📋 copy color: '#00BC78'

red 0 ◦ green 188 ◦ blue 120

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

Shades of Jade #00BC78

Tints of Jade #00BC78

RGB

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

 GREEN value IS 188 (73.83% from 255) = 61.04%

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

R = 0%
G = 61.04%
B = 38.96%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#00BC78 (or 0x00BC78) is known color: Jade. HEX triplet: 00, BC and 78. RGB value is (0,188,120). Sum of RGB (Red+Green+Blue) = 0+188+120=308 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 308); Green value is 188 (73.83% from 255 or 61.04% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 188 - color contains mainly: green. Hex color #00BC78 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BC78 is #FF4387. Grayscale: #7C7C7C. Windows color (decimal): -16728968 or 7912448. OLE color: 7912448.

HSL color Cylindrical-coordinate representation of color #00BC78: hue angle of 158.3º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BC78 is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 188 120 -
CMYK 1 0 0.36 0.26
HSL 158.3º 1% 0.37% -
HSV(B) 158.3º 1% 0.74% -
XYZ 21.37 37.32 23.85 -
YUV 124.04 125.72 39.53 -
System Red Green Blue C M Y K H S L
Decimal 0 188 120 1 0 0.36 0.26 158.3 1 0.37
Hex 0 BC 78 64 0 24 1A 9E 64 25
Octal 0 274 170 144 0 44 32 236 144 45
Binary 0 10111100 1111000 1100100 0 100100 11010 10011110 1100100 100101

Color Harmonies of #00BC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BC78

Black with #00BC78

Text Example


Text Example

White with #00BC78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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