Html Css Color HEX #00B861 Jade

📋 copy color: '#00B861'

red 0 ◦ green 184 ◦ blue 97

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

Shades of Jade #00B861

Tints of Jade #00B861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 34.52%

R = 0%
G = 65.48%
B = 34.52%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#00B861 (or 0x00B861) is known color: Jade. HEX triplet: 00, B8 and 61. RGB value is (0,184,97). Sum of RGB (Red+Green+Blue) = 0+184+97=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 184 (72.27% from 255 or 65.48% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 184 - color contains mainly: green. Hex color #00B861 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00B861 is #FF479E. Grayscale: #777777. Windows color (decimal): -16730015 or 6404096. OLE color: 6404096.

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

Color convert

RGB 0 184 97 -
CMYK 1 0 0.47 0.28
HSL 151.63º 1% 0.36% -
HSV(B) 151.63º 1% 0.72% -
XYZ 19.3 35.14 17.08 -
YUV 119.07 115.54 43.07 -
System Red Green Blue C M Y K H S L
Decimal 0 184 97 1 0 0.47 0.28 151.63 1 0.36
Hex 0 B8 61 64 0 2F 1C 98 64 24
Octal 0 270 141 144 0 57 34 230 144 44
Binary 0 10111000 1100001 1100100 0 101111 11100 10011000 1100100 100100

Color Harmonies of #00B861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B861

Black with #00B861

Text Example


Text Example

White with #00B861

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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