Html Css Color HEX #02BA83 Mountain Meadow

📋 copy color: '#02BA83'

red 2 ◦ green 186 ◦ blue 131

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

Shades of Mountain Meadow #02BA83

Tints of Mountain Meadow #02BA83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 41.07%

R = 0.63%
G = 58.31%
B = 41.07%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#02BA83 (or 0x02BA83) is known color: Mountain Meadow. HEX triplet: 02, BA and 83. RGB value is (2,186,131). Sum of RGB (Red+Green+Blue) = 2+186+131=319 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 319); Green value is 186 (73.05% from 255 or 58.31% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 186 - color contains mainly: green. Hex color #02BA83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BA83 is #FD457C. Grayscale: #7C7C7C. Windows color (decimal): -16598397 or 8632834. OLE color: 8632834.

HSL color Cylindrical-coordinate representation of color #02BA83: hue angle of 162.07º 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 #02BA83 is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 186 131 -
CMYK 0.99 0 0.30 0.27
HSL 162.07º 0.98% 0.37% -
HSV(B) 162.07º 0.99% 0.73% -
XYZ 21.68 36.77 27.43 -
YUV 124.71 131.54 40.47 -
System Red Green Blue C M Y K H S L
Decimal 2 186 131 0.99 0 0.30 0.27 162.07 0.98 0.37
Hex 2 BA 83 63 0 1E 1B A2 62 25
Octal 2 272 203 143 0 36 33 242 142 45
Binary 10 10111010 10000011 1100011 0 11110 11011 10100010 1100010 100101

Color Harmonies of #02BA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BA83

Black with #02BA83

Text Example


Text Example

White with #02BA83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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