Html Css Color HEX #02BA80 Mountain Meadow

📋 copy color: '#02BA80'

red 2 ◦ green 186 ◦ blue 128

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

Shades of Mountain Meadow #02BA80

Tints of Mountain Meadow #02BA80

RGB

 RED value IS 2 (1.17% from 255) = 0.63%

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

 BLUE value IS 128 (50.39% from 255) = 40.51%

R = 0.63%
G = 58.86%
B = 40.51%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#02BA80 (or 0x02BA80) is known color: Mountain Meadow. HEX triplet: 02, BA and 80. RGB value is (2,186,128). Sum of RGB (Red+Green+Blue) = 2+186+128=316 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 316); Green value is 186 (73.05% from 255 or 58.86% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 186 - color contains mainly: green. Hex color #02BA80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BA80 is #FD457F. Grayscale: #7C7C7C. Windows color (decimal): -16598400 or 8436226. OLE color: 8436226.

HSL color Cylindrical-coordinate representation of color #02BA80: hue angle of 161.09º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BA80 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 186 128 -
CMYK 0.99 0 0.31 0.27
HSL 161.09º 0.98% 0.37% -
HSV(B) 161.09º 0.99% 0.73% -
XYZ 21.48 36.69 26.37 -
YUV 124.37 130.04 40.72 -
System Red Green Blue C M Y K H S L
Decimal 2 186 128 0.99 0 0.31 0.27 161.09 0.98 0.37
Hex 2 BA 80 63 0 1F 1B A1 62 25
Octal 2 272 200 143 0 37 33 241 142 45
Binary 10 10111010 10000000 1100011 0 11111 11011 10100001 1100010 100101

Color Harmonies of #02BA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BA80

Black with #02BA80

Text Example


Text Example

White with #02BA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02BA80; }

 p { color: rgb(2,186,128); }

 H1.HeaderClassName
 {
   color: #02BA80;
 }
 .AnyTagClassName
 {
   color: #02BA80;
 }
</style>

background-color css

<style>
 a { background-color: #02BA80; }

 a { background-color: rgb(2,186,128); }

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

border-color css

<style>
 span { border-color: #02BA80; }

 span { border-color: rgb(2,186,128); }

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