Html Css Color HEX #00B874 Jade

📋 copy color: '#00B874'

red 0 ◦ green 184 ◦ blue 116

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

Shades of Jade #00B874

Tints of Jade #00B874

RGB

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

 GREEN value IS 184 (72.27% from 255) = 61.33%

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

R = 0%
G = 61.33%
B = 38.67%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#00B874 (or 0x00B874) is known color: Jade. HEX triplet: 00, B8 and 74. RGB value is (0,184,116). Sum of RGB (Red+Green+Blue) = 0+184+116=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 184 (72.27% from 255 or 61.33% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 184 - color contains mainly: green. Hex color #00B874 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00B874 is #FF478B. Grayscale: #797979. Windows color (decimal): -16729996 or 7649280. OLE color: 7649280.

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

Color convert

RGB 0 184 116 -
CMYK 1 0 0.37 0.28
HSL 157.83º 1% 0.36% -
HSV(B) 157.83º 1% 0.72% -
XYZ 20.29 35.54 22.31 -
YUV 121.23 125.04 41.53 -
System Red Green Blue C M Y K H S L
Decimal 0 184 116 1 0 0.37 0.28 157.83 1 0.36
Hex 0 B8 74 64 0 25 1C 9E 64 24
Octal 0 270 164 144 0 45 34 236 144 44
Binary 0 10111000 1110100 1100100 0 100101 11100 10011110 1100100 100100

Color Harmonies of #00B874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B874

Black with #00B874

Text Example


Text Example

White with #00B874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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