Html Css Color HEX #00B974 Jade

📋 copy color: '#00B974'

red 0 ◦ green 185 ◦ blue 116

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

Shades of Jade #00B974

Tints of Jade #00B974

RGB

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

 GREEN value IS 185 (72.66% from 255) = 61.46%

 BLUE value IS 116 (45.7% from 255) = 38.54%

R = 0%
G = 61.46%
B = 38.54%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#00B974 (or 0x00B974) is known color: Jade. HEX triplet: 00, B9 and 74. RGB value is (0,185,116). Sum of RGB (Red+Green+Blue) = 0+185+116=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 185 (72.66% from 255 or 61.46% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 185 - color contains mainly: green. Hex color #00B974 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00B974 is #FF468B. Grayscale: #797979. Windows color (decimal): -16729740 or 7649536. OLE color: 7649536.

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

Color convert

RGB 0 185 116 -
CMYK 1 0 0.37 0.27
HSL 157.62º 1% 0.36% -
HSV(B) 157.62º 1% 0.73% -
XYZ 20.5 35.96 22.38 -
YUV 121.82 124.71 41.11 -
System Red Green Blue C M Y K H S L
Decimal 0 185 116 1 0 0.37 0.27 157.62 1 0.36
Hex 0 B9 74 64 0 25 1B 9E 64 24
Octal 0 271 164 144 0 45 33 236 144 44
Binary 0 10111001 1110100 1100100 0 100101 11011 10011110 1100100 100100

Color Harmonies of #00B974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B974

Black with #00B974

Text Example


Text Example

White with #00B974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,185,116); }

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

background-color css

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

 a { background-color: rgb(0,185,116); }

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

border-color css

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

 span { border-color: rgb(0,185,116); }

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