Html Css Color HEX #00BA85 Mountain Meadow

📋 copy color: '#00BA85'

red 0 ◦ green 186 ◦ blue 133

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

Shades of Mountain Meadow #00BA85

Tints of Mountain Meadow #00BA85

RGB

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

 GREEN value IS 186 (73.05% from 255) = 58.31%

 BLUE value IS 133 (52.34% from 255) = 41.69%

R = 0%
G = 58.31%
B = 41.69%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#00BA85 (or 0x00BA85) is known color: Mountain Meadow. HEX triplet: 00, BA and 85. RGB value is (0,186,133). Sum of RGB (Red+Green+Blue) = 0+186+133=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 186 (73.05% from 255 or 58.31% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 186 - color contains mainly: green. Hex color #00BA85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BA85 is #FF457A. Grayscale: #7C7C7C. Windows color (decimal): -16729467 or 8763904. OLE color: 8763904.

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

Color convert

RGB 0 186 133 -
CMYK 1 0 0.28 0.27
HSL 162.9º 1% 0.36% -
HSV(B) 162.9º 1% 0.73% -
XYZ 21.79 36.81 28.15 -
YUV 124.34 132.88 39.31 -
System Red Green Blue C M Y K H S L
Decimal 0 186 133 1 0 0.28 0.27 162.9 1 0.36
Hex 0 BA 85 64 0 1C 1B A3 64 24
Octal 0 272 205 144 0 34 33 243 144 44
Binary 0 10111010 10000101 1100100 0 11100 11011 10100011 1100100 100100

Color Harmonies of #00BA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BA85

Black with #00BA85

Text Example


Text Example

White with #00BA85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,186,133); }

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

background-color css

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

 a { background-color: rgb(0,186,133); }

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

border-color css

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

 span { border-color: rgb(0,186,133); }

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