#0ABA83

Color #0ABA83 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #0ABA83

Tints of Mountain Meadow #0ABA83

Color information

#0ABA83 (or 0x0ABA83) is unknown color: approx Mountain Meadow. HEX triplet: 0A, BA and 83. RGB value is (10,186,131). Sum of RGB (Red+Green+Blue) = 10+186+131=327 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.06% from 327); Green value is 186 (73.05% from 255 or 56.88% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABA83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABA83 is #F5457C. Grayscale: #7F7F7F. Windows color (decimal): -16074109 or 8632842. OLE color: 8632842.

HSL color Cylindrical-coordinate representation of color #0ABA83: hue angle of 161.25º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABA83 is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB10186131-
CMYK0.9500.300.27
HSL161.25º89.8%38.43%-
HSV(B)161.25º94.62%72.94%-
XYZ21.7836.8227.43-
YUV127.11130.1944.47-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.06%
GREEN value IS 186 (73.05% from 255) = 56.88%
BLUE value IS 131 (51.56% from 255) = 40.06%
R=3.06%
G=56.88%
B=40.06%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal101861310.9500.300.27161.2589.838.43
HexABA835F01E1Ba15a26
Octal122722031370363324113246
Binary10101011101010000011101111101111011011101000011011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0ABA83; }

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

 H1.HeaderClassName
 {
   color: #0ABA83;
 }
 .AnyTagClassName
 {
   color: #0ABA83;
 }
</style>
background-color css

<style>
 a { background-color: #0ABA83; }

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

 div.DivClassName
 {
   background-color: #0ABA83;
 }
 .BgClassName
 {
   background-color: #0ABA83;
 }
</style>
border-color css

<style>
 span { border-color: #0ABA83; }

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

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