Html Css Color HEX #00BC72 Jade

📋 copy color: '#00BC72'

red 0 ◦ green 188 ◦ blue 114

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

Shades of Jade #00BC72

Tints of Jade #00BC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.75%

R = 0%
G = 62.25%
B = 37.75%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#00BC72 (or 0x00BC72) is known color: Jade. HEX triplet: 00, BC and 72. RGB value is (0,188,114). Sum of RGB (Red+Green+Blue) = 0+188+114=302 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 302); Green value is 188 (73.83% from 255 or 62.25% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 188 - color contains mainly: green. Hex color #00BC72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BC72 is #FF438D. Grayscale: #7B7B7B. Windows color (decimal): -16728974 or 7519232. OLE color: 7519232.

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

Color convert

RGB 0 188 114 -
CMYK 1 0 0.39 0.26
HSL 156.38º 1% 0.37% -
HSV(B) 156.38º 1% 0.74% -
XYZ 21.02 37.18 21.99 -
YUV 123.35 122.72 40.02 -
System Red Green Blue C M Y K H S L
Decimal 0 188 114 1 0 0.39 0.26 156.38 1 0.37
Hex 0 BC 72 64 0 27 1A 9C 64 25
Octal 0 274 162 144 0 47 32 234 144 45
Binary 0 10111100 1110010 1100100 0 100111 11010 10011100 1100100 100101

Color Harmonies of #00BC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BC72

Black with #00BC72

Text Example


Text Example

White with #00BC72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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